Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
[REF] pylint_pr.cfg: Enable missing-import-error and missing-manifest…
Browse files Browse the repository at this point in the history
…-dependency, because is a real error
  • Loading branch information
moylop260 committed Oct 10, 2016
1 parent 6954bc3 commit 5a69d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions travis/cfg/travis_run_pylint.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ enable=anomalous-backslash-in-string,
assignment-from-none,
dangerous-default-value,
duplicate-key,
missing-import-error,
missing-manifest-dependency,
pointless-statement,
pointless-string-statement,
print-statement,
Expand Down
2 changes: 0 additions & 2 deletions travis/cfg/travis_run_pylint_pr.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ enable=api-one-deprecated,
method-inverse,
method-required-super,
method-search,
missing-import-error,
missing-manifest-dependency,
missing-newline-extrafiles,
missing-readme,
no-utf8-coding-comment,
Expand Down

0 comments on commit 5a69d3e

Please sign in to comment.