dreadatour / Flake8Lint

Sublime Text plugin for lint Python files
233 stars 58 forks source link

Remove new trailing line and empty value for settings file parsing #103

Open toxinu opened 7 years ago

toxinu commented 7 years ago

Parsing settings file like that failed cause of 2 bugs.

[flake8]
ignore = 
  D100,
  D102,