Remove the removal of the eintr checker, which has been removed
This commit is contained in:
parent
9bd762219a
commit
1eb1396d48
@ -17,9 +17,8 @@ class LoraxLintConfig(PocketLintConfig):
|
|||||||
@property
|
@property
|
||||||
def pylintPlugins(self):
|
def pylintPlugins(self):
|
||||||
retval = super(LoraxLintConfig, self).pylintPlugins
|
retval = super(LoraxLintConfig, self).pylintPlugins
|
||||||
# Not using threads so we can skip these
|
# Not using threads so we can skip this
|
||||||
retval.remove("pocketlint.checkers.environ")
|
retval.remove("pocketlint.checkers.environ")
|
||||||
retval.remove("pocketlint.checkers.eintr")
|
|
||||||
# No markup used
|
# No markup used
|
||||||
retval.remove("pocketlint.checkers.markup")
|
retval.remove("pocketlint.checkers.markup")
|
||||||
return retval
|
return retval
|
||||||
|
Loading…
Reference in New Issue
Block a user