JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

PEP8 Codes Added #69

Closed AndreasBackx closed 9 years ago

AndreasBackx commented 9 years ago

All of the PEP8 codes have been added with explanation directly from the PEP8 documentation. By uncommenting, these errors can be disabled.

JulianEberius commented 9 years ago

Hi! Thanks for your contribution. I don't think it's the way to go though, clutters up the settings file to much, and someone has to update it if new error codes are implemented upstream. I would rather just put a link (e.g. http://pep8.readthedocs.org/en/latest/intro.html#error-codes) there and leave the rest to the user.

Again, thanks anyway for contributing, and I will at least put the link there.