dreadatour / Flake8Lint

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

Ignore list not working properly #93

Closed behrooz-jana closed 8 years ago

behrooz-jana commented 8 years ago

This started very recently, not sure exactly which version but I'm on the latest version (how can I see the version?). My user settings file is:

{
    "ignore": ["D", "I100"]
}

I've also tried:

{
    "ignore": ["D", "I"]
}

but it doesn't ignore the import errors. I've tried different variants and enabling/disabling the plugin but nothing seems to work. It does ignore documentation warnings. If I change the order and reload the package it stops ignoring the documentation errors and will only ignore import errors. Platform: Fedora Linux 64bit Sublime: 3 built 3114

behrooz-jana commented 8 years ago

Nevermind :smile: I checked the docs again and found that someone in our organization had added a setup.cfg file that was overriding my sublime configs.