Skip to content

Commit

Permalink
remove DisabledLinesFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
egze committed Apr 1, 2020
1 parent 4a097d6 commit 8167c38
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 143 deletions.
1 change: 0 additions & 1 deletion lib/rubocop.rb
Expand Up @@ -586,7 +586,6 @@
# relies on simple text
require_relative 'rubocop/formatter/clang_style_formatter'
require_relative 'rubocop/formatter/disabled_config_formatter'
require_relative 'rubocop/formatter/disabled_lines_formatter'
require_relative 'rubocop/formatter/emacs_style_formatter'
require_relative 'rubocop/formatter/file_list_formatter'
require_relative 'rubocop/formatter/fuubar_style_formatter'
Expand Down
57 changes: 0 additions & 57 deletions lib/rubocop/formatter/disabled_lines_formatter.rb

This file was deleted.

1 change: 0 additions & 1 deletion lib/rubocop/formatter/formatter_set.rb
Expand Up @@ -11,7 +11,6 @@ class FormatterSet < Array
BUILTIN_FORMATTERS_FOR_KEYS = {
'[a]utogenconf' => AutoGenConfigFormatter,
'[c]lang' => ClangStyleFormatter,
'[d]isabled' => DisabledLinesFormatter,
'[e]macs' => EmacsStyleFormatter,
'[fi]les' => FileListFormatter,
'[fu]ubar' => FuubarStyleFormatter,
Expand Down
83 changes: 0 additions & 83 deletions spec/rubocop/formatter/disabled_lines_formatter_spec.rb

This file was deleted.

1 change: 0 additions & 1 deletion spec/rubocop/options_spec.rb
Expand Up @@ -71,7 +71,6 @@ def abs(path)
[p]rogress is used by default
[a]utogenconf
[c]lang
[d]isabled
[e]macs
[fi]les
[fu]ubar
Expand Down

0 comments on commit 8167c38

Please sign in to comment.