Use pylint for zendesk_admin.py
This commit is contained in:
@@ -145,7 +145,7 @@ disable=print-statement,
|
||||
exception-escape,
|
||||
comprehension-escape,
|
||||
E5110,
|
||||
C045,
|
||||
C0415,
|
||||
|
||||
|
||||
# Enable the message, report, category or checker with the given id(s). You can
|
||||
@@ -261,6 +261,9 @@ function-naming-style=snake_case
|
||||
|
||||
# Good variable names which should always be accepted, separated by a comma.
|
||||
good-names=i,
|
||||
id,
|
||||
e,
|
||||
n,
|
||||
j,
|
||||
k,
|
||||
ex,
|
||||
|
||||
Reference in New Issue
Block a user