chore(3p/nix): disable modernize-use-trailing-return-type
Change-Id: I47cba88de5c82923a57804432bdd4f787b78ac8c Reviewed-on: https://cl.tvl.fyi/c/depot/+/1552 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
72fc2fd27e
commit
d2eff4153d
1 changed files with 1 additions and 1 deletions
2
third_party/nix/.clang-tidy
vendored
2
third_party/nix/.clang-tidy
vendored
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
Checks: 'abseil-c*,clang-analyzer-security-*,bugprone-*,google-*,modernize-*,cppcoreguidelines-*,misc-*'
|
Checks: 'abseil-c*,clang-analyzer-security-*,bugprone-*,google-*,modernize-*,cppcoreguidelines-*,misc-*,-modernize-use-trailing-return-type'
|
||||||
WarningsAsErrors: 'abseil-*,clang-analyzer-security*'
|
WarningsAsErrors: 'abseil-*,clang-analyzer-security*'
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue