aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-17 11:39:47 +0000
committersaturneric <[email protected]>2024-01-17 11:39:47 +0000
commite352e8e6b8d03a24ef5d52eef3e4d370807b5bbd (patch)
tree9a59f0b573a845644afe4b8857a89c4b28bdcc0d /.clang-tidy
parentfix: solve the gnupg tab options info not shown issue (diff)
downloadGpgFrontend-e352e8e6b8d03a24ef5d52eef3e4d370807b5bbd.tar.gz
GpgFrontend-e352e8e6b8d03a24ef5d52eef3e4d370807b5bbd.zip
fix: find and slove some bugs
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy8
1 files changed, 4 insertions, 4 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 3b460e5e..681e8f5b 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -33,10 +33,10 @@ Checks: >
-readability-named-parameter,
-readability-braces-around-statements,
-readability-magic-numbers,
- -readability-named-parameter
- -readability-identifier-length
- -bugprone-easily-swappable-parameters
- -readability-redundant-access-specifiers
+ -readability-named-parameter,
+ -readability-identifier-length,
+ -bugprone-easily-swappable-parameters,
+ -readability-redundant-access-specifiers,
-readability-identifier-length
CheckOptions: