File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Checks: >
1212 readability-*,
1313 -bugprone-casting-through-void,
1414 -bugprone-easily-swappable-parameters,
15- -bugprone-exception-escape,
1615 -bugprone-implicit-widening-of-multiplication-result,
1716 -cppcoreguidelines-avoid-magic-numbers,
1817 -cppcoreguidelines-non-private-member-variables-in-classes,
@@ -22,7 +21,6 @@ Checks: >
2221 -cppcoreguidelines-pro-type-vararg,
2322 -cppcoreguidelines-special-member-functions,
2423 -misc-const-correctness,
25- -misc-header-include-cycle,
2624 -misc-non-private-member-variables-in-classes,
2725 -modernize-avoid-c-arrays,
2826 -modernize-loop-convert,
@@ -88,4 +86,4 @@ CheckOptions:
8886 - key : readability-identifier-length.MinimumParameterNameLength
8987 value : 1
9088 - key : misc-include-cleaner.IgnoreHeaders
91- value : ' (opencv2/.*| __chrono/.*)'
89+ value : ' (__chrono/.*)'
You can’t perform that action at this time.
0 commit comments