msherry / flycheck-pycheckers

Multiple syntax checker for Python in Emacs, using Flycheck
GNU General Public License v3.0
63 stars 23 forks source link

pylint does not run if no .pylintrc file is present #17

Closed msherry closed 6 years ago

msherry commented 6 years ago

We tried to be lazy and use flycheck's machinery to find a .pylintrc file, which works great if it's there. If it's not, then pylint just crashes. We should find it ourself if we can, and if not, don't pass the argument to pylint.