Skip to content

Commit

Permalink
rubocop expects formatters to be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed May 20, 2024
1 parent 7752a68 commit 416fbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubocop-sketchup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
# formatters. Naughty! Naughty!
class RuboCop::Formatter::FormatterSet
formatters = BUILTIN_FORMATTERS_FOR_KEYS.dup
formatters['extension_review'] =
RuboCop::Formatter::ExtensionReviewFormatter
formatters['extension_review'] = 'ExtensionReviewFormatter'

verbose = $VERBOSE
begin
$VERBOSE = nil
Expand Down

0 comments on commit 416fbdb

Please sign in to comment.