[go: nahoru, domu]

Skip to content

Commit

Permalink
Had format:/formatters: confused with --format CLI name, I think
Browse files Browse the repository at this point in the history
Fixes #638
  • Loading branch information
searls committed Jul 2, 2024
1 parent ac71bbf commit ab18144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/standard/lsp/stdin_rubocop_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ConfigurationError < StandardError; end
DEFAULT_RUBOCOP_OPTIONS = {
stderr: true,
force_exclusion: true,
format: "RuboCop::Formatter::BaseFormatter",
formatters: ["RuboCop::Formatter::BaseFormatter"],
raise_cop_error: true
}.freeze

Expand Down

0 comments on commit ab18144

Please sign in to comment.