Your environment
vscode-ruby version: 0.15.0
- Ruby version: ruby 2.4.2p198 (2017-09-14 revision 59899) [x64-mingw32]
- VS Code version: 1.18.1 and 1.19.0-insider
- Operating System: Windows 10 latest
Expected behavior
.rubocop.yml like this should work:
AllCops:
Exclude:
- 'db/**'
- '**/Gemfile'
TargetRubyVersion: 2.4
Actual behavior
db/schema.rb and Gemfile being rubocopped.
Via rubocop db it works. So, it's a bug?
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?