We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2b768f + 080eeac commit 8e53e7aCopy full SHA for 8e53e7a
.clang-tidy
@@ -0,0 +1,14 @@
1
+# See https://clang.llvm.org/extra/clang-tidy/checks/list.html
2
+
3
+Checks: '
4
+-*,
5
+llvm-*,
6
+misc-*,
7
+-misc-const-correctness,
8
+-misc-unused-parameters,
9
+-misc-non-private-member-variables-in-classes,
10
+-misc-no-recursion,
11
+-misc-use-anonymous-namespace,
12
+-readability-qualified-auto,
13
+-llvm-qualified-auto
14
+'
.github/CODEOWNERS
@@ -7,6 +7,9 @@
# order.
# TODO: /.clang-format
+/.clang-tidy @egorzhdan
# TODO: /.dir-locals.el
# TODO: /.flake8
15
# TODO: /.gitattributes
0 commit comments