aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-11-07 07:57:28 +0000
committersaturneric <[email protected]>2023-11-07 07:57:28 +0000
commit4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e (patch)
treed5e09d3170922aa288877344a8a90905b0c02d62 /.clang-tidy
parentrefactor: remove CommonUtils at core (diff)
downloadGpgFrontend-4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e.tar.gz
GpgFrontend-4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e.zip
refactor: separate typedef and impl
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 6ea462ca..eec3aa21 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -36,6 +36,7 @@ Checks: >
-readability-named-parameter
-readability-identifier-length
-bugprone-easily-swappable-parameters
+ -readability-redundant-access-specifiers
CheckOptions:
- { key: readability-identifier-naming.NamespaceCase, value: CamelCase }