mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
.clang-tidy: ignore identifier length
This commit is contained in:
+6
-1
@@ -1,4 +1,9 @@
|
|||||||
Checks: 'bugprone-*,cert-*,clang-analyzer-*,readability-*'
|
Checks: >
|
||||||
|
bugprone-*,
|
||||||
|
cert-*,
|
||||||
|
clang-analyzer-*,
|
||||||
|
readability-*,
|
||||||
|
-readability-identifier-length,
|
||||||
WarningsAsErrors: ''
|
WarningsAsErrors: ''
|
||||||
HeaderFilterRegex: ''
|
HeaderFilterRegex: ''
|
||||||
FormatStyle: none
|
FormatStyle: none
|
||||||
Reference in New Issue
Block a user