vengi/contrib/.clang-tidy

7 lines
208 B
Plaintext
Raw Permalink Normal View History

2018-10-13 02:59:13 -07:00
---
# We want to disable all checks for 3rd party code. However, clang-tidy will
# assume we did not configure it correctly. Just add one check that will never
# be found.
Checks: '-*,llvm-twine-local'
...