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
Is it possible please to tell standardrb to ignore files outside of the workspace, e.g. gem files, so I can open them in VS Code to read them, but not have loads of squiggly lines all over the file because it wasn't authored with standardrb?
I tried adding regex patterns to the ignore list that I've set in .standard.yml but that hasn't worked unfortunately :'(
ignore:
- some_local_file.rb # works
- /Users/me/.rbenv/.* # does not work, sadly
- /Users/me/.rbenv/* # also doesn't work :<
The text was updated successfully, but these errors were encountered:
Hi =) this is a great extension btw, thanks!
Is it possible please to tell standardrb to ignore files outside of the workspace, e.g. gem files, so I can open them in VS Code to read them, but not have loads of squiggly lines all over the file because it wasn't authored with standardrb?
I tried adding regex patterns to the ignore list that I've set in
.standard.yml
but that hasn't worked unfortunately :'(The text was updated successfully, but these errors were encountered: