summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2020-10-02 11:28:58 (GMT)
committerGitHub <noreply@github.com>2020-10-02 11:28:58 (GMT)
commit18df4d1e5dbd905507476d92351a2f8010a49356 (patch)
tree0b3bc22c61d5c2a8c0394342ebf7558875028ae8 /.clang-tidy
parent54959b0f2c4950d97d94c03810b3b5185be0d69e (diff)
parent3b8b83802f409dccdc513c049afa93a6c52a6fea (diff)
downloadNinja-18df4d1e5dbd905507476d92351a2f8010a49356.zip
Ninja-18df4d1e5dbd905507476d92351a2f8010a49356.tar.gz
Ninja-18df4d1e5dbd905507476d92351a2f8010a49356.tar.bz2
Merge pull request #1768 from jhasse/github-actions-lint
Run more CI tests on Ubuntu 20.04
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy11
1 files changed, 11 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 0000000..8968011
--- /dev/null
+++ b/.clang-tidy
@@ -0,0 +1,11 @@
+---
+Checks: '
+ ,readability-avoid-const-params-in-decls,
+ ,readability-non-const-parameter,
+ ,readability-redundant-string-cstr,
+'
+WarningsAsErrors: '
+ ,readability-avoid-const-params-in-decls,
+ ,readability-non-const-parameter,
+ ,readability-redundant-string-cstr,
+'