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-defined,
|
||||
no-absolute-import,
|
||||
no-else-break,
|
||||
no-else-continue,
|
||||
no-else-raise,
|
||||
no-else-return,
|
||||
no-member,
|
||||
no-self-use,
|
||||
nonzero-method,
|
||||
|
@ -130,6 +134,7 @@ disable=apply-builtin,
|
|||
unichr-builtin,
|
||||
unicode-builtin,
|
||||
unpacking-in-except,
|
||||
useless-else-on-loop,
|
||||
useless-suppression,
|
||||
using-cmp-argument,
|
||||
xrange-builtin,
|
||||
|
|
Loading…
Reference in New Issue
Block a user