remove include header warnings, as they're often incorrect
This commit is contained in:
@@ -15,6 +15,7 @@ Checks:
|
|||||||
- '-bugprone-switch-missing-default-case'
|
- '-bugprone-switch-missing-default-case'
|
||||||
- '-bugprone-easily-swappable-parameters'
|
- '-bugprone-easily-swappable-parameters'
|
||||||
- '-clang-analyzer-security.insecureAPI.*'
|
- '-clang-analyzer-security.insecureAPI.*'
|
||||||
|
- '-misc-include-cleaner'
|
||||||
WarningsAsErrors: ''
|
WarningsAsErrors: ''
|
||||||
HeaderFileExtensions:
|
HeaderFileExtensions:
|
||||||
- ''
|
- ''
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ Index:
|
|||||||
Background: Build
|
Background: Build
|
||||||
StandardLibrary: true
|
StandardLibrary: true
|
||||||
Diagnostics:
|
Diagnostics:
|
||||||
UnusedIncludes: Strict
|
|
||||||
MissingIncludes: Strict
|
|
||||||
UnusedIncludes: None
|
UnusedIncludes: None
|
||||||
MissingIncludes: None
|
MissingIncludes: None
|
||||||
ClangTidy:
|
ClangTidy:
|
||||||
|
|||||||
Reference in New Issue
Block a user