remove reserved identifier from clang tidy configurations.
Sometimes I just have to use the reserved identifier.
This commit is contained in:
@@ -16,6 +16,7 @@ Checks:
|
||||
- '-bugprone-easily-swappable-parameters'
|
||||
- '-clang-analyzer-security.insecureAPI.*'
|
||||
- '-misc-include-cleaner'
|
||||
- '-bugprone-reserved-identifier'
|
||||
WarningsAsErrors: ''
|
||||
HeaderFileExtensions:
|
||||
- ''
|
||||
|
||||
@@ -20,3 +20,4 @@ Diagnostics:
|
||||
- bugprone-implicit-widening-of-multiplication-result
|
||||
- bugprone-switch-missing-default-case
|
||||
- bugprone-easily-swappable-parameters
|
||||
- bugprone-reserved-identifier
|
||||
|
||||
Reference in New Issue
Block a user