linter
This commit is contained in:
28
.clang-tidy
28
.clang-tidy
@@ -1,21 +1,21 @@
|
||||
Checks:
|
||||
- readability-*
|
||||
# - modernize-*
|
||||
# - performance-*
|
||||
# - bugprone-unchecked-optional-access
|
||||
# - bugprone-sizeof-expression
|
||||
# - bugprone-suspicious-missing-comma
|
||||
# - bugprone-suspicious-index
|
||||
# - bugprone-undefined-memory-manipulation
|
||||
# - bugprone-use-after-move
|
||||
# - bugprone-out-of-bound-access
|
||||
- modernize-*
|
||||
- performance-*
|
||||
- bugprone-unchecked-optional-access
|
||||
- bugprone-sizeof-expression
|
||||
- bugprone-suspicious-missing-comma
|
||||
- bugprone-suspicious-index
|
||||
- bugprone-undefined-memory-manipulation
|
||||
- bugprone-use-after-move
|
||||
- bugprone-out-of-bound-access
|
||||
- -readability-identifier-length
|
||||
- -readability-magic-numbers
|
||||
# - -bugprone-narrowing-conversions
|
||||
# - -performance-enum-size
|
||||
# - -performance-inefficient-string-concatenation
|
||||
# - -bugprone-integer-division
|
||||
# - -bugprone-easily-swappable-parameters
|
||||
- -bugprone-narrowing-conversions
|
||||
- -performance-enum-size
|
||||
- -performance-inefficient-string-concatenation
|
||||
- -bugprone-integer-division
|
||||
- -bugprone-easily-swappable-parameters
|
||||
|
||||
WarningsAsErrors: '*'
|
||||
# Solo incluir archivos de tu código fuente
|
||||
|
||||
Reference in New Issue
Block a user