Unverified Commit 4878cc5d authored by Yichen Yan's avatar Yichen Yan Committed by GitHub
Browse files

Do not check for short variables (#676)

which there's a lot
parent a7c9a8b9
...@@ -3,7 +3,8 @@ Checks: > ...@@ -3,7 +3,8 @@ Checks: >
cppcoreguidelines-*, cppcoreguidelines-*,
modernize-*, modernize-*,
performance-*, performance-*,
readability-* readability-*,
-readability-identifier-length
WarningsAsErrors: '*' WarningsAsErrors: '*'
HeaderFilterRegex: '^(?!.*(3rdparty|build)).*$' HeaderFilterRegex: '^(?!.*(3rdparty|build)).*$'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment