Skip to content

Commit

Permalink
Add readability-identifier-length to tolerate 2-length variable names…
Browse files Browse the repository at this point in the history
… which is regularly used in the library (new warning/error due to clang-tidy version update)

Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
  • Loading branch information
sebalaig authored and gautierbureau committed Nov 28, 2022
1 parent 17e894b commit 4370767
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 @@ -22,6 +22,7 @@ Checks: '-*,
-readability-magic-numbers,
-readability-redundant-declaration,
-readability-redundant-access-specifiers,
-readability-identifier-length
'

WarningsAsErrors: '*'
Expand Down

0 comments on commit 4370767

Please sign in to comment.