I am not entirely sure, this is related to the Standard extension, but I can't find anything else that somehow invokes RuboCop in VSCode.
After updating VSCode to v1.78.2, it seems like Standard has begun reporting RuboCop offenses like "Prefer single-quoted strings..." as well as Standard offenses like "Prefer double-quoted strings...".
The only Ruby related extensions, I have running, are Ruby LSP and Standard Ruby.
Standard is btw. autofixing the single quotes to double quotes, when saving.
I am not entirely sure, this is related to the Standard extension, but I can't find anything else that somehow invokes RuboCop in VSCode.
After updating VSCode to v1.78.2, it seems like Standard has begun reporting RuboCop offenses like "Prefer single-quoted strings..." as well as Standard offenses like "Prefer double-quoted strings...".
The only Ruby related extensions, I have running, are Ruby LSP and Standard Ruby.
Standard is btw. autofixing the single quotes to double quotes, when saving.
VSCode version: 1.78.2 Ruby version: MRI 3.2.1 Standard version: 1.28.2 vscode-standard-ruby version: 0.0.15
The Ruby and Standard related VSCode settings, I have, are:
The contents of my
.standard.yml
is:Screenshots of the problem lists: