fix(3p/nix): fix broken clang-tidy config
LineFilter doesn't actually exist in this version of clang-tidy. It was only working because the config was ignored. Change-Id: Ice5ddb5d1031dfc2cc4fee24674464f965323d8b Reviewed-on: https://cl.tvl.fyi/c/depot/+/1431 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
dafb571818
commit
c3608fdf87
1 changed files with 1 additions and 5 deletions
6
third_party/nix/.clang-tidy
vendored
6
third_party/nix/.clang-tidy
vendored
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
Checks: 'abseil-c*,clang-analyzer-security-*,bugprone-*,google-*,modernize-*,cppcoreguidelines-*,misc-*'
|
||||
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"}
|
||||
WarningsAsErrors: 'abseil-*,clang-analyzer-security*'
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue