chore(3p/nix): ignore all unfixable clang-tidy warnings
Change-Id: I641c447fc57df4fed40ed4e89d79a88342b67bc8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1419 Reviewed-by: Alyssa Ross <hi@alyssa.is> Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
bd77090703
commit
6a0be19edd
1 changed files with 4 additions and 0 deletions
4
third_party/nix/.clang-tidy
vendored
4
third_party/nix/.clang-tidy
vendored
|
@ -1,3 +1,7 @@
|
||||||
---
|
---
|
||||||
WarningsAsErrors: 'abseil-*,clang-analyzer-security.insecureAPI.strcpy'
|
WarningsAsErrors: 'abseil-*,clang-analyzer-security.insecureAPI.strcpy'
|
||||||
|
LineFilter:
|
||||||
|
- {name: "src/cpptoml/cpptoml.h"}
|
||||||
|
- {name: "include/google/protobuf/metadata_lite.h"}
|
||||||
|
- {name: "generated/lexer-tab.cc"}
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue