### Your environment - `vscode-ruby` version: 0.12.1 - Ruby version: 2.3.1p112 - VS Code version: 1.13.1 - Operating System: OSX - Hardware (optional): Make sure you have `ruby`, `ruby-debug-ide` and `ruby-debug-basex19` installed before submitting your issue -- thank you ! Rubocop is only working with simple settings: ``` "rubocop": true ``` More complex settings like: ``` "rubocop": { "lint": true, "rails": true } ``` Don't seem to work at all. No linting is happening
Your environment
vscode-rubyversion: 0.12.1Make sure you have
ruby,ruby-debug-ideandruby-debug-basex19installed before submitting your issue -- thank you !Rubocop is only working with simple settings:
More complex settings like:
Don't seem to work at all. No linting is happening