| Index: third_party/WebKit/Tools/Scripts/webkitpy/pylintrc
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/pylintrc b/third_party/WebKit/Tools/Scripts/webkitpy/pylintrc
|
| index a71c7bb5225b60155bc92935c6f5ea5887c18458..cda0612bc1fdda980c237902df81a70fb0759ad6 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/pylintrc
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/pylintrc
|
| @@ -66,7 +66,6 @@ load-plugins=
|
| # e.g. too-many-arguments, too-many-branches.
|
| disable=
|
| design,
|
| - duplicate-code,
|
| missing-docstring,
|
| locally-disabled,
|
| star-args,
|
| @@ -74,7 +73,6 @@ disable=
|
| fixme,
|
| global-statement,
|
| no-self-use,
|
| - locally-enabled,
|
|
|
|
|
| [REPORTS]
|
| @@ -204,7 +202,7 @@ variable-rgx=[a-z_][a-z0-9_]{1,30}$
|
| inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
|
|
|
| # Good variable names which should always be accepted, separated by a comma.
|
| -good-names=i,j,k,e,ex,Run,_,_log
|
| +good-names=i,j,k,ex,Run,_,_log
|
|
|
| # Bad variable names which should always be refused, separated by a comma.
|
| bad-names=foo,bar,baz,toto,tutu,tata
|
|
|