Skip to content

Commit

Permalink
Suppress readability-hicpp-named-parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 27, 2024
1 parent 7dbd59e commit 05284e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Checks: '*,
-readability-magic-numbers,
-readability-redundant-access-specifiers,
-readability-simplify-boolean-expr,
-readability-uppercase-literal-suffix',
-readability-uppercase-literal-suffix,
-readability-hicpp-named-parameter
Expand Down

0 comments on commit 05284e5

Please sign in to comment.