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
Create .rubocop.yml file in your project root with settings as above. Try to autocorrect any ruby file with warnings via Command Palette.
In Sublime-Linter debug mode Im getting this error
~/projects/my_project/.rubocop.yml: Naming/FileName has the wrong namespace - should be Style
SublimeLinter: No match for <_sre.SRE_Pattern object at 0x7fbc8059cb90>
Please add some general information about your environment:
Steps to reproduce:
Create
.rubocop.yml
file in your project root with settings as above. Try to autocorrect any ruby file with warnings via Command Palette.In Sublime-Linter debug mode Im getting this error
Due to default.yml in rubocop github repo this is a correct setting. So command
works fine.
The text was updated successfully, but these errors were encountered: