Skip to content

Commit

Permalink
Merge pull request #63 from attenzione/master
Browse files Browse the repository at this point in the history
Ensure global exclusions are honored. Add --force-exclusion
  • Loading branch information
pderichs authored May 8, 2019
2 parents 5e9c40f + 9fd6a47 commit 6d6c6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run_rubocop(self, view):
'is_st2': sublime.version() < '3000'
}
)
output = runner.run([view.file_name()], ['--format', 'emacs']).splitlines()
output = runner.run([view.file_name()], ['--format', 'emacs', '--force-exclusion']).splitlines()

return output

Expand Down

0 comments on commit 6d6c6e1

Please sign in to comment.