Warn .rubocop.yml file does not exist. Ignoring...
See original GitHub issueJust upgraded to VS Code 1.19.1 today and the .rubocop.yml can’t be found. It’s in my project root. I’m on macOS 10.12.6.
This warning appears on every file load:
.rubocop.yml file does not exist. Ignoring...
My path setting is:
"ruby.rubocop.configFilePath": ".rubocop.yml",
I’ve also tried the full local path, no luck:
"ruby.rubocop.configFilePath": "/Users/micliz/code/ravn/clients/beynd/beynd-api/.rubocop.yml"
Issue Analytics
- State:
- Created 6 years ago
- Reactions:18
- Comments:13
Top Results From Across the Web
How to tell Rubocop to ignore a specific directory or file
1. Try github.com/bbatsov/rubocop#includingexcluding-files · 1. Why did you copy the gem's source code into your project's folder? · 1 · As an aside,...
Read more >Configuration :: RuboCop Docs
The behavior of RuboCop can be controlled via the .rubocop.yml configuration file. It makes it possible to enable/disable certain cops (checks) and to...
Read more >Rubocop not picking up .rubocop.yml in project directory ...
I'm using Rubocop to format code according to a .rubocop.yml file in the base directory of my project; it appears to follow the...
Read more >vscode-ruby-rubocop
This warning appears on every file load: .rubocop.yml file does not exist. Ignoring... My path setting is: "ruby.rubocop.configFilePath": ".rubocop.yml",.
Read more >Linting and Auto-formatting Ruby Code With RuboCop
RuboCop can be configured through a .rubocop.yml file placed at the root of your project. If you want to use the same checks...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same problem
Same problem!