File tree 1 file changed +1
-3
lines changed 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Checks: >
12
12
readability-*,
13
13
-bugprone-casting-through-void,
14
14
-bugprone-easily-swappable-parameters,
15
- -bugprone-exception-escape,
16
15
-bugprone-implicit-widening-of-multiplication-result,
17
16
-cppcoreguidelines-avoid-magic-numbers,
18
17
-cppcoreguidelines-non-private-member-variables-in-classes,
@@ -22,7 +21,6 @@ Checks: >
22
21
-cppcoreguidelines-pro-type-vararg,
23
22
-cppcoreguidelines-special-member-functions,
24
23
-misc-const-correctness,
25
- -misc-header-include-cycle,
26
24
-misc-non-private-member-variables-in-classes,
27
25
-modernize-avoid-c-arrays,
28
26
-modernize-loop-convert,
@@ -88,4 +86,4 @@ CheckOptions:
88
86
- key : readability-identifier-length.MinimumParameterNameLength
89
87
value : 1
90
88
- key : misc-include-cleaner.IgnoreHeaders
91
- value : ' (opencv2/.*| __chrono/.*)'
89
+ value : ' (__chrono/.*)'
You can’t perform that action at this time.
0 commit comments