Skip to content

Commit

Permalink
Merge pull request #3403 from sylvestre/patch-22
Browse files Browse the repository at this point in the history
Add the severity for "readability-identifier-length"
  • Loading branch information
bruntib authored Aug 26, 2021
2 parents 2144a7f + 95f1924 commit a3aa4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/checker_severity_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@
"readability-identifier-naming": "STYLE",
"readability-implicit-bool-cast": "STYLE",
"readability-implicit-bool-conversion": "STYLE",
"readability-identifier-length": "STYLE",
"readability-inconsistent-declaration-parameter-name": "STYLE",
"readability-isolate-declaration": "STYLE",
"readability-magic-numbers": "STYLE",
Expand Down

0 comments on commit a3aa4a4

Please sign in to comment.