mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(solargraph): disable Rails specific settings
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
plugins:
|
# plugins:
|
||||||
- solargraph-rails
|
# - solargraph-rails
|
||||||
exclude:
|
exclude:
|
||||||
- ".bundle/**/*"
|
- ".bundle/**/*"
|
||||||
- "spec/**/*"
|
- "spec/**/*"
|
||||||
@@ -19,5 +19,6 @@ formatter:
|
|||||||
- Lint/UnusedBlockArgument
|
- Lint/UnusedBlockArgument
|
||||||
- Lint/UnusedMethodArgument
|
- Lint/UnusedMethodArgument
|
||||||
- Lint/UselessAssignment
|
- Lint/UselessAssignment
|
||||||
|
# - Rails/Output
|
||||||
- Style/EmptyMethod
|
- Style/EmptyMethod
|
||||||
- Style/Semicolon
|
- Style/Semicolon
|
||||||
|
|||||||
Reference in New Issue
Block a user