diff options
author | Kane York <kanepyork@gmail.com> | 2020-07-23T18·55-0700 |
---|---|---|
committer | kanepyork <rikingcoding@gmail.com> | 2020-07-23T21·46+0000 |
commit | b8e94002d6a0a416a3128e1bc275d73f59700321 (patch) | |
tree | 1a08833539e179abedde4590e37041c6aaeab2ee /third_party/nix/.clang-tidy | |
parent | be98295dc24492f6607cce04ba586e3897a83543 (diff) |
feat(3p/nix): run clang-tidy during builds r/1435
We need to -isystem the libcxx header files in order for clang-tidy to ignore them, as the Nix clang toolchain isn't doing that automatically. Change-Id: I05b9e9bd522de4c0e2ad543214f6bf6ab66a306b Reviewed-on: https://cl.tvl.fyi/c/depot/+/1359 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/nix/.clang-tidy')
-rw-r--r-- | third_party/nix/.clang-tidy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nix/.clang-tidy b/third_party/nix/.clang-tidy new file mode 100644 index 000000000000..4e0e8b6e0e2b --- /dev/null +++ b/third_party/nix/.clang-tidy @@ -0,0 +1,3 @@ +--- +WarningsAsErrors: 'abseil-*' +... |