question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warn .rubocop.yml file does not exist. Ignoring...

See original GitHub issue

Just 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:open
  • Created 6 years ago
  • Reactions:18
  • Comments:13

github_iconTop GitHub Comments

13reactions
Kotwic4commented, May 8, 2018

Same problem

10reactions
cannyedge34commented, Apr 9, 2018

Same problem!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found