aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-11-07 09:25:13 +0000
committersaturneric <[email protected]>2023-11-07 09:25:13 +0000
commit8f633b806baec5004d99f554c4af95e427b82258 (patch)
tree430e0d0734158d89f1af27dfcbfc0fa9daefb88e /.clang-tidy
parentrefactor: separate typedef and impl (diff)
downloadGpgFrontend-8f633b806baec5004d99f554c4af95e427b82258.tar.gz
GpgFrontend-8f633b806baec5004d99f554c4af95e427b82258.zip
style: tidy up core/model
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 eec3aa21..9c303aa7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -37,6 +37,7 @@ Checks: >
-readability-identifier-length
-bugprone-easily-swappable-parameters
-readability-redundant-access-specifiers
+ -readability-identifier-length
CheckOptions:
- { key: readability-identifier-naming.NamespaceCase, value: CamelCase }