Skip to content

Commit

Permalink
Merge pull request #102 from edx/youngstrom/disable-feature-toggle-li…
Browse files Browse the repository at this point in the history
…nter

Update pylintrc file to ignore new feature toggle rules to start
  • Loading branch information
Michael Youngstrom authored Jun 5, 2019
2 parents fa61d59 + feda44b commit d9ba440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions edx_lint/files/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,13 @@ disable=
dict-view-method,
duplicate-code,
execfile-builtin,
feature-toggle-needs-doc,
file-builtin,
filter-builtin-not-iterating,
fixme,
getslice-method,
hex-method,
illegal-waffle-usage,
import-star-module-level,
indexing-exception,
input-builtin,
Expand Down
4 changes: 3 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,13 @@ disable =
dict-view-method,
duplicate-code,
execfile-builtin,
feature-toggle-needs-doc,
file-builtin,
filter-builtin-not-iterating,
fixme,
getslice-method,
hex-method,
illegal-waffle-usage,
import-star-module-level,
indexing-exception,
input-builtin,
Expand Down Expand Up @@ -451,4 +453,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = Exception

# d0f4059e1f1707d621743c27369d6d4d0d727696
# 2d0f98bd8d73d1e1c10330c897d9d213d06f0d5d

0 comments on commit d9ba440

Please sign in to comment.