tvl-depot/third_party/nix/.clang-tidy

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
324 B
Text
Raw Normal View History

---
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"}
...