mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Project import generated by Copybara.
PiperOrigin-RevId: 296280631
This commit is contained in:
parent
bb1169c19f
commit
8cf92f8fb8
5
pylintrc
5
pylintrc
|
@ -93,6 +93,10 @@ disable=apply-builtin,
|
||||||
next-method-called,
|
next-method-called,
|
||||||
next-method-defined,
|
next-method-defined,
|
||||||
no-absolute-import,
|
no-absolute-import,
|
||||||
|
no-else-break,
|
||||||
|
no-else-continue,
|
||||||
|
no-else-raise,
|
||||||
|
no-else-return,
|
||||||
no-member,
|
no-member,
|
||||||
no-self-use,
|
no-self-use,
|
||||||
nonzero-method,
|
nonzero-method,
|
||||||
|
@ -130,6 +134,7 @@ disable=apply-builtin,
|
||||||
unichr-builtin,
|
unichr-builtin,
|
||||||
unicode-builtin,
|
unicode-builtin,
|
||||||
unpacking-in-except,
|
unpacking-in-except,
|
||||||
|
useless-else-on-loop,
|
||||||
useless-suppression,
|
useless-suppression,
|
||||||
using-cmp-argument,
|
using-cmp-argument,
|
||||||
xrange-builtin,
|
xrange-builtin,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user