Skip to content
Snippets Groups Projects
Commit 7b38a2de authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Make small improvements to pylint configuration

parent a8992a25
Branches
No related tags found
1 merge request!179Code quality improvements
[MAIN] [MAIN]
ignore=tests.py, urls.py, migrations ignore=urls.py, migrations
load-plugins= load-plugins=
pylint_django, pylint_django,
...@@ -45,7 +45,7 @@ ignore-signatures=yes ...@@ -45,7 +45,7 @@ ignore-signatures=yes
module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+)|((tags_)*AK[A-Z][a-z0-9_]+))$ module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+)|((tags_)*AK[A-Z][a-z0-9_]+))$
# Good variable names which should always be accepted, separated by a comma # Good variable names which should always be accepted, separated by a comma
good-names=i,j,k,a,e,ak,tz,_ good-names=i,j,k,a,e,ak,tz,_,pk
# Allow single-letter variables and enforce lowercase variables with underscores otherwise # Allow single-letter variables and enforce lowercase variables with underscores otherwise
variable-rgx=[a-z_][a-z0-9_]{0,30}$ variable-rgx=[a-z_][a-z0-9_]{0,30}$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment