[go: nahoru, domu]

Skip to content

Commit

Permalink
Enable pylint warnings
Browse files Browse the repository at this point in the history
It is quite annoying to check some warning only as from in the internal CI (Kokoro).
This is going to slowdown the review rate, increase reviewers rounds and wasting CI cycles.
E.g. see #55363 (review)

/cc @mdanatg



/cc @mdanatg
  • Loading branch information
bhack committed Mar 27, 2022
1 parent dfc736b commit 776dff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ accept-no-param-doc=no
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=design,similarities,no-self-use,attribute-defined-outside-init,locally-disabled,star-args,pointless-except,bad-option-value,global-statement,fixme,suppressed-message,useless-suppression,locally-enabled,no-member,no-name-in-module,import-error,unsubscriptable-object,unbalanced-tuple-unpacking,undefined-variable,not-context-manager,invalid-sequence-index,W,R,C,I
disable=design,similarities,no-self-use,attribute-defined-outside-init,locally-disabled,star-args,pointless-except,bad-option-value,global-statement,fixme,suppressed-message,useless-suppression,locally-enabled,no-member,no-name-in-module,import-error,unsubscriptable-object,unbalanced-tuple-unpacking,undefined-variable,not-context-manager,invalid-sequence-index,R,C,I

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 776dff9

Please sign in to comment.