-
When using Zed editor, the installation of standard for some reason is picking up only the default rubocop configuration:
![image](https://github.com/standardrb/standard/assets/26127185/3f3762ec-96c6…
-
I'm not 100% sure if this is a feature request or a bug report (see below). But here's the issue:
I have a project where I'm trying to add rubocop to a nested project (which is a dependency of the…
-
### Your environment
- `vscode-ruby` version: `0.27.0`
- Ruby version: `any`
- Ruby version manager (if any): `asdf`
- VS Code version: `1.43.2`
- Operating System: `macOS 10.14.6`
- Using lan…
-
## Expected behavior
Even when [caching](https://docs.rubocop.org/rubocop/usage/caching.html) is not disabled, warnings from the configuration in source code should be emitted like ones from the co…
tnir updated
8 months ago
-
We currently watch for changes in `.rubocop.yml` from the [extension](https://github.com/Shopify/ruby-lsp/blob/c27ef7f053e74cf87753e7b7646d2650268c147f/vscode/src/workspace.ts#L233) and simply restart…
-
I started investigating an issue, and though it was related to https://github.com/misogi/vscode-ruby-rubocop/issues/62#issuecomment-757929278, however, I believe "my" problem is a different one.
As…
-
While browsing through the [source code](https://github.com/crystal-ameba/vscode-crystal-ameba/blob/master/src/configuration.ts) I noticed that the `getConfig` method returns `onSave: true`.
Would it…
-
## Is your feature request related to a problem? Please describe.
I set `EnforcedShorthandSyntax` to the value `consistent` and could not get code that sends variables similarly named as the keywor…
-
Hello!
I have a Rails project with custom rules from Rubocop. However, it seems that solargraph does not respect those rules. The errors I get when checking rubocop from the terminal and from vs code…
-
Hi, I'm trying to get Rubocop to replace one-liners with endless methods in ruby 3.0.2.
I've tried different combinations of the `Style/EndlessMethod` and `Style/SingleLineMethods` cops, without an…