Clang-tidy config (#297)

clang-tidy config

Co-authored-by: gtsoul-tech <gtsoulkanakis@gmail.com>
This commit is contained in:
gtsoul-tech 2024-06-07 17:10:32 +03:00 committed by GitHub
parent 8fc1a7efff
commit 834a329daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
.clang-tidy Normal file
View File

@ -0,0 +1,9 @@
#unit/gtest/gtest-all.cc,build/src/parser/Parser.cpp,build/src/parser/control_verbs.cpp
#Dont change first comment ignores specific files from clang-tidy
Checks: 'clang-analyzer-*,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling'
WarningsAsErrors: ''
HeaderFilterRegex: '.*'
FormatStyle: none
InheritParentConfig: true
User: user