Skip to content

Instantly share code, notes, and snippets.

@MrMarvin
Last active August 29, 2015 14:08
Show Gist options
  • Save MrMarvin/09e6ff6043e800d42b34 to your computer and use it in GitHub Desktop.
Save MrMarvin/09e6ff6043e800d42b34 to your computer and use it in GitHub Desktop.
(salt)[root@master1-salt1 salt]# PYTHONPATH=/vagrant/salt/:/vagrant/salt/src/salttesting/ pylint --rcfile=/vagrant/salt/.pylintrc /vagrant/salt/
No handlers could be found for logger "salttesting.pylintplugins.pep8"
Traceback (most recent call last):
File "/usr/bin/pylint", line 4, in <module>
lint.Run(sys.argv[1:])
File "/usr/lib/python2.6/site-packages/pylint/lint.py", line 829, in __init__
linter.load_plugin_modules(plugins)
File "/usr/lib/python2.6/site-packages/pylint/lint.py", line 275, in load_plugin_modules
module.register(self)
File "/vagrant/salt/src/salttesting/salttesting/pylintplugins/pep263.py", line 92, in register
linter.register_checker(FileEncodingChecker(linter))
File "/usr/lib/python2.6/site-packages/pylint/lint.py", line 322, in register_checker
self.register_messages(checker)
File "/usr/lib/python2.6/site-packages/pylint/utils.py", line 127, in register_messages
for msgid, (msg, msgdescr) in msgs_dict.items():
ValueError: too many values to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment