Skip to content

Commit 192ac7c

Browse files
authored
Merge pull request #56 from jposada202020/fixing_short_names2
fixing short names
2 parents 3480d48 + 69a193e commit 192ac7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function-rgx=(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$
279279

280280
# Good variable names which should always be accepted, separated by a comma
281281
# good-names=i,j,k,ex,Run,_
282-
good-names=r,g,b,w,i,j,k,n,x,y,z,ex,ok,Run,_
282+
good-names=r,g,b,w,i,j,k,n,x,y,z,ex,ok,Run,_,cs
283283

284284
# Include a hint for the correct naming format with invalid-name
285285
include-naming-hint=no

0 commit comments

Comments
 (0)