Closed cseelus closed 4 years ago
Should be problem of your language server, checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel
I've checked the output with [LSP Inspector], everything seems ok, except that db/schema.rb
gets linted, despite being on the exclude list.
[solargraph.log](https://github.com/neoclide/coc-solargraph/files/4765670/solargraph.log)
As "my" language server is Solargraph, as installed alongside coc-solargraph, the problem is upstream I guess.
For example in a Rails project,
schema.rb
gets linted, despite being excluded.Here is a minimal .rubocop.yml config for Rails projects from the Rubocop docs, where the excludes get ignored:
When setting other Linting options like maximum line length, they work though.