mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
removed magic-number lints because they're very annoying
This commit is contained in:
parent
e0a9d73bbe
commit
f1af0a6990
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ Checks: '
|
||||||
modernize-*,
|
modernize-*,
|
||||||
performance-*,
|
performance-*,
|
||||||
readability-*,
|
readability-*,
|
||||||
|
|
||||||
|
-cppcoreguidelines-avoid-magic-numbers,
|
||||||
|
|
||||||
-misc-no-recursion,
|
-misc-no-recursion,
|
||||||
-modernize-use-nodiscard,
|
-modernize-use-nodiscard,
|
||||||
|
|
@ -17,6 +19,7 @@ Checks: '
|
||||||
|
|
||||||
-readability-else-after-return,
|
-readability-else-after-return,
|
||||||
-readability-identifier-length,
|
-readability-identifier-length,
|
||||||
|
-readability-magic-numbers,
|
||||||
'
|
'
|
||||||
|
|
||||||
WarningsAsErrors: '*'
|
WarningsAsErrors: '*'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue