Skip to content

Commit

Permalink
Get rid of unused-parameter linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Aug 22, 2024
1 parent abfbac6 commit 4a47ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Checks: >
-bugprone-easily-swappable-parameters,
-bugprone-exception-escape,
-clang-analyzer-optin.core.EnumCastOutOfRange,
-clang-diagnostic-unused-parameter,
-misc-non-private-*,
-misc-const-correctness,
-misc-include-cleaner,
Expand Down

0 comments on commit 4a47ec3

Please sign in to comment.