How to disable rubocop warnings or run them on save file? #541
Unanswered
marko-avlijas
asked this question in
Q&A
Replies: 1 comment
-
Try creating a To disable linting completely:
More information: https://solargraph.org/guides/configuration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for making solargraph. It's pretty amazing.
I want to change one thing though. I am annoyed by constant suggestions / nagging as I am writing code. It breaks my concentration as I am thinking about the code.
I'd like to disable rubocop linting functionality and leave go to definition and other LSP functionality. Alternatively rubocop linting could work on save not all the time as I type.
How can I do that?
My setup is NVIM v0.6.1 and I followed this article exactly: https://blog.backtick.consulting/neovims-built-in-lsp-with-ruby-and-rails/
Beta Was this translation helpful? Give feedback.
All reactions