mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 11:16:30 +03:00
Feb 15th 2023 update
This commit is contained in:
7
external/graphqlparser/README.clang-tidy
vendored
Normal file
7
external/graphqlparser/README.clang-tidy
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
* readability-implicit-bool is disabled because I disagree with it.
|
||||
|
||||
* cppcoreguidelines-pro-type-reinterpret-cast is disabled because we use it
|
||||
to implement our C API.
|
||||
|
||||
* cppcoreguidelines-pro-bounds-array-to-pointer-decay is disabled
|
||||
because it fires a false positive on every use of assert().
|
Reference in New Issue
Block a user