| changeset 31 | 63be3ce389f7 |
| parent 24 | 3b3999550508 |
--- a/src/.pylintrc Wed Jun 14 12:28:09 2017 +0200 +++ b/src/.pylintrc Wed Jun 14 15:17:51 2017 +0200 @@ -136,7 +136,7 @@ function-rgx=(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$ # Good variable names which should always be accepted, separated by a comma -good-names=i,j,k,ex,Run,_ +good-names=i,j,k,ex,Run,_,logger # Include a hint for the correct naming format with invalid-name include-naming-hint=no