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 :<
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 :'(