You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Rubocop is a style checker for Ruby. See the project's page for details.
Notes:
Most issues returned by rubocop are warnings, so for best results you should set g:syntastic_quiet_warnings to 0 in your vimrc.
Only rubocop versions 0.9.0 and later are supported.
Rubocop uses locales to figgure out what to do with non-ASCII characters in input files. On the other hand, syntastic resets locales when running the checkers. As a work-around, if you need to check files containing non-ASCII characters, you might want to add something like this to your vimrc: