Skip to content

Commit

Permalink
Don't forward todo settings to the LSP runner
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jul 2, 2024
1 parent edd199b commit 4240fc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/standard/lsp/stdin_rubocop_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ class ConfigurationError < StandardError; end
stderr: true,
force_exclusion: true,
formatters: ["RuboCop::Formatter::BaseFormatter"],
raise_cop_error: true
raise_cop_error: true,
todo_file: nil,
todo_ignore_files: []
}.freeze

def initialize(config)
Expand Down

0 comments on commit 4240fc5

Please sign in to comment.