Skip to content

Commit

Permalink
Merge pull request #48 from stdweird/more_propsector_checks
Browse files Browse the repository at this point in the history
commontest: add more prospector whitelist
  • Loading branch information
Jens Timmerman committed Jul 8, 2016
2 parents 63a5a92 + 5b38e8a commit c76b58b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/vsc/install/commontest.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ class CommonTest(TestCase):
'unused-variable',
'reimported',
'F811', # redefinition of unused name
'unused-import',
'syntax-error',
#'protected-access',
#'logging-not-lazy',
]
Expand Down
2 changes: 1 addition & 1 deletion lib/vsc/install/shared_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _log(self, level, msg, args):

RELOAD_VSC_MODS = False

VERSION = '0.10.10'
VERSION = '0.10.11'

log.info('This is (based on) vsc.install.shared_setup %s' % VERSION)

Expand Down

0 comments on commit c76b58b

Please sign in to comment.