msherry / flycheck-pycheckers

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

Fix for issue #45. #48

Closed rpgoldman closed 4 years ago

rpgoldman commented 4 years ago

Localize the pylint configuration file with an absolute pathname. Previously this was not done because of an issue with detecting the key.

msherry commented 4 years ago

Looks good, thank you! In the future we should probably make this checking specific to each checker, but this will do for now.