Open baelter opened 2 years ago
Might be that solargraph can't handle warnings like
Warning: obsolete parameter `IgnoredPatterns` (for `Layout/LineLength`) found in .rubocop.yml
`IgnoredPatterns` has been renamed to `AllowedPatterns`.
Seems to happen when RubocopRunner.run
does not produce any output, leading to trying to parse nil
here: https://github.com/castwide/solargraph/blob/3254dec22a55bdb7b66382c7ebe08283a4cc1168/lib/solargraph/diagnostics/rubocop.rb#L29
Often happens on syntax errors