pderichs / sublime_rubocop

A Sublime Text RuboCop plugin.
238 stars 41 forks source link

Ensure global exclusions are honored. Add --force-exclusion #63

Closed attenzione closed 5 years ago

attenzione commented 5 years ago

Rubocop by default ignores global exclusions if the file path has been explicitly provided, this is not the behaviour we want for editor linting.

The --force-exclusion option was added just so that files given on the command line could be excluded by configuration.

fix issues #25 and #28