Skip to content

Commit

Permalink
Accidentally messed with pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ColCarroll committed Jul 10, 2017
1 parent 9d829af commit 11869f8
Showing 1 changed file with 26 additions and 27 deletions.
53 changes: 26 additions & 27 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,36 @@ confidence=
# --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=all
disable=all

# 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
# multiple time. See also the "--disable" option for examples.
enable=all
# enable=import-error,
# import-self,
# reimported,
# wildcard-import,
# misplaced-future,
# relative-import,
# deprecated-module,
# unpacking-non-sequence,
# invalid-all-object,
# undefined-all-variable,
# used-before-assignment,
# cell-var-from-loop,
# global-variable-undefined,
# # redefined-builtin,
# redefine-in-handler,
# unused-import,
# unused-wildcard-import,
# global-variable-not-assigned,
# undefined-loop-variable,
# global-statement,
# global-at-module-level,
# bad-open-mode,
# redundant-unittest-assert,
# boolean-datetime,
# # unused-variable
enable=import-error,
import-self,
reimported,
wildcard-import,
misplaced-future,
relative-import,
deprecated-module,
unpacking-non-sequence,
invalid-all-object,
undefined-all-variable,
used-before-assignment,
cell-var-from-loop,
global-variable-undefined,
# redefined-builtin,
redefine-in-handler,
unused-import,
unused-wildcard-import,
global-variable-not-assigned,
undefined-loop-variable,
global-statement,
global-at-module-level,
bad-open-mode,
redundant-unittest-assert,
boolean-datetime,
# unused-variable


[REPORTS]
Expand Down

0 comments on commit 11869f8

Please sign in to comment.