Skip to content

Commit

Permalink
disable bugprone-easily-swappable-parameters lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 25, 2024
1 parent 4101ec1 commit 6d3aee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Checks:
# don't find them too problematic
- -readability-identifier-length
- -readability-magic-numbers
- -bugprone-easily-swappable-parameters

# maybe address this in the future
- -readability-function-cognitive-complexity
Expand Down

0 comments on commit 6d3aee8

Please sign in to comment.