You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Using language server? (eg useLanguageServer is true in your configuration?)
Tried both ways.
Expected behavior
The rules in the .rubocop.yml file in the workspace root should be honored.
Actual behavior
None of the rules in the .rubocop.yml file in the workspace root are being honored. When that same .rubocop.yml file is located in the user home path, it behaves as expected.
I saw that #578 seems related. But none of the discussion there solved the issue here.
The text was updated successfully, but these errors were encountered:
I was getting tunnel vision and did not notice that the file I was trying to lint was outside of the workspace. Gonna go shame myself in the corner for a while.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Your environment
vscode-ruby
version: 0.27.0useLanguageServer
is true in your configuration?)Tried both ways.
Expected behavior
The rules in the
.rubocop.yml
file in the workspace root should be honored.Actual behavior
None of the rules in the
.rubocop.yml
file in the workspace root are being honored. When that same.rubocop.yml
file is located in the user home path, it behaves as expected.I saw that #578 seems related. But none of the discussion there solved the issue here.
The text was updated successfully, but these errors were encountered: