Skip to content

Commit c143f37

Browse files
authored
Disable bugprone-easily-swappable-parameters in clang-tidy config (#350)
1 parent 2507b93 commit c143f37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Checks: >
1111
portability-*,
1212
readability-*,
1313
-bugprone-casting-through-void,
14+
-bugprone-easily-swappable-parameters,
1415
-bugprone-exception-escape,
1516
-bugprone-implicit-widening-of-multiplication-result,
1617
-cppcoreguidelines-avoid-goto,

0 commit comments

Comments
 (0)