Skip to content

Commit cee5c9d

Browse files
committed
make _ an allowed variable name
1 parent 3d7189e commit cee5c9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

{{ cookiecutter.__project_slug }}/{% if cookiecutter.include_cpp %}.clang-tidy{% endif %}

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ CheckOptions:
5151
readability-identifier-naming.NamespaceCase: lower_case
5252
readability-identifier-naming.ParameterCase: lower_case
5353
readability-identifier-naming.VariableCase: lower_case
54+
55+
readability-identifier-length.IgnoredVariableNames: _
5456
---

0 commit comments

Comments
 (0)