mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Minor cosmetic changes in order not to disable the PEP8 PyLint code all together
This commit is contained in:
parent
8565e9fe1c
commit
3ae68c4f7b
2 changed files with 11 additions and 10 deletions
|
@ -122,6 +122,7 @@ disable=R,
|
|||
#
|
||||
# E812* All PEP8 E12*
|
||||
# E8265 PEP8 E265 - block comment should start with "# "
|
||||
# E8266 PEP8 E266 - too many leading '#' for block comment
|
||||
# E8501 PEP8 line too long
|
||||
# E8402 module level import not at top of file
|
||||
# E8731 do not assign a lambda expression, use a def
|
||||
|
|
|
@ -151,11 +151,11 @@ class BuildoutTestCase(Base):
|
|||
# These lines are throwing pylint errors - disabling for now since we are skipping
|
||||
# these tests
|
||||
#self.assertTrue(
|
||||
# u''
|
||||
# u'OUTPUT:\n'
|
||||
# u'foo\n'
|
||||
# u''
|
||||
#in ret1['outlog']
|
||||
# u''
|
||||
# u'OUTPUT:\n'
|
||||
# u'foo\n'
|
||||
# u''
|
||||
# in ret1['outlog']
|
||||
#)
|
||||
|
||||
# These lines are throwing pylint errors - disabling for now since we are skipping
|
||||
|
@ -164,11 +164,11 @@ class BuildoutTestCase(Base):
|
|||
# These lines are throwing pylint errors - disabling for now since we are skipping
|
||||
# these tests
|
||||
# self.assertTrue(
|
||||
# u'INFO: ibar\n'
|
||||
# u'WARN: wbar\n'
|
||||
# u'DEBUG: dbar\n'
|
||||
# u'ERROR: ebar\n'
|
||||
#in ret1['outlog']
|
||||
# u'INFO: ibar\n'
|
||||
# u'WARN: wbar\n'
|
||||
# u'DEBUG: dbar\n'
|
||||
# u'ERROR: ebar\n'
|
||||
# in ret1['outlog']
|
||||
#)
|
||||
# These lines are throwing pylint errors - disabling for now since we are skipping
|
||||
# these tests
|
||||
|
|
Loading…
Add table
Reference in a new issue