diff options
author | saturneric <[email protected]> | 2023-11-07 09:25:13 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-11-07 09:25:13 +0000 |
commit | 8f633b806baec5004d99f554c4af95e427b82258 (patch) | |
tree | 430e0d0734158d89f1af27dfcbfc0fa9daefb88e /.clang-tidy | |
parent | refactor: separate typedef and impl (diff) | |
download | GpgFrontend-8f633b806baec5004d99f554c4af95e427b82258.tar.gz GpgFrontend-8f633b806baec5004d99f554c4af95e427b82258.zip |
style: tidy up core/model
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
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 } |