Skip to content
Snippets Groups Projects
Commit 7ec761bf authored by Ben Boeckel's avatar Ben Boeckel
Browse files

clang-tidy: ignore `bugprone-easily-swappable-parameters` lints

VTK's API would be torn apart trying to obey this. Suppress it instead.
parent d1268ce0
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ boost-*,\
bugprone-*,\
-bugprone-argument-comment,\
-bugprone-branch-clone,\
-bugprone-easily-swappable-parameters,\
-bugprone-fold-init-type,\
-bugprone-implicit-widening-of-multiplication-result,\
-bugprone-incorrect-roundings,\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment