summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 17:57:36 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:42:51 +0100
commit60a5b15002ea970ffaee6489a5a9322698e6d0b3 (patch)
tree9c5692985cca8ace53eba38208cade5391838afd /.clang-tidy
parent8edaca929cbc619d47e799f19494d1b3b6c4dd2f (diff)
downloadpatchage-60a5b15002ea970ffaee6489a5a9322698e6d0b3.tar.gz
patchage-60a5b15002ea970ffaee6489a5a9322698e6d0b3.tar.bz2
patchage-60a5b15002ea970ffaee6489a5a9322698e6d0b3.zip
Fix static accessed through instance
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 6d00d38..7d331cd 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -59,7 +59,6 @@ Checks: >
-readability-isolate-declaration,
-readability-make-member-function-const,
-readability-redundant-smartptr-get,
- -readability-static-accessed-through-instance,
FormatStyle: file
WarningsAsErrors: '*'
HeaderFilterRegex: 'src/.*' \ No newline at end of file