File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ const-naming-style=UPPER_CASE
552552docstring-min-length =-1
553553
554554# Naming style matching correct function names.
555- function-naming-style =snake_case
555+ function-naming-style =camelCase
556556
557557# Regular expression matching correct function names. Overrides function-
558558# naming-style. If left empty, function names will be checked with the set
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ sonar.issue.ignore.multicriteria=e1
2424# python:S6792 Use the "type" parameter syntax to declare this generic class.
2525sonar.issue.ignore.multicriteria.e1.ruleKey =python:S6792
2626sonar.issue.ignore.multicriteria.e1.resourceKey =**/*.py
27+ sonar.python.naming.function =^[a-z][a-zA-Z0-9]*$
You can’t perform that action at this time.
0 commit comments