Skip to content

Commit

Permalink
linter: disable a couple of checks that I don't like much
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 4, 2024
1 parent 035e17f commit fc10b39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Checks: >
-modernize-use-trailing-return-type,
performance-*,
portability-*,
readability-*
readability-*,
-readability-named-parameter,
-readability-uppercase-literal-suffix
CheckOptions:
- key: cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues
value: true
Expand Down

0 comments on commit fc10b39

Please sign in to comment.