Skip to content

Commit

Permalink
enable cppcoreguidelines checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Jul 11, 2023
1 parent f30799b commit 3c1b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Checks: '-*,
bugprone-unused-return-value,
bugprone-use-after-move,
bugprone-virtual-near-miss,
cppcoreguidelines-avoid-goto,
cppcoreguidelines-*,
misc-const-correctness,
modernize-avoid-bind,
modernize-use-nullptr,
Expand Down

0 comments on commit 3c1b3bb

Please sign in to comment.