We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vscode-ruby
.rubocop.yml like this should work:
.rubocop.yml
AllCops: Exclude: - 'db/**' - '**/Gemfile' TargetRubyVersion: 2.4
db/schema.rb and Gemfile being rubocopped.
db/schema.rb
Gemfile
Via rubocop db it works. So, it's a bug?
rubocop db
Your environment
vscode-rubyversion: 0.15.0Expected behavior
.rubocop.ymllike this should work:Actual behavior
db/schema.rbandGemfilebeing rubocopped.Via
rubocop dbit works. So, it's a bug?