Sha256: 60fbca09094f93a9a8755dfc0a066baaa83b05321416f2ac25942c09f063fbaf

Contents?: true

Size: 1.25 KB

Versions: 126

Compression:

Stored size: 1.25 KB

Contents

# frozen_string_literal: true

module RuboCop
  # The bootstrap module for formatter.
  module Formatter
    require_relative 'formatter/text_util'

    require_relative 'formatter/base_formatter'
    require_relative 'formatter/simple_text_formatter'

    # relies on simple text
    require_relative 'formatter/clang_style_formatter'
    require_relative 'formatter/disabled_config_formatter'
    require_relative 'formatter/emacs_style_formatter'
    require_relative 'formatter/file_list_formatter'
    require_relative 'formatter/fuubar_style_formatter'
    require_relative 'formatter/git_hub_actions_formatter'
    require_relative 'formatter/html_formatter'
    require_relative 'formatter/json_formatter'
    require_relative 'formatter/junit_formatter'
    require_relative 'formatter/markdown_formatter'
    require_relative 'formatter/offense_count_formatter'
    require_relative 'formatter/pacman_formatter'
    require_relative 'formatter/progress_formatter'
    require_relative 'formatter/quiet_formatter'
    require_relative 'formatter/tap_formatter'
    require_relative 'formatter/worst_offenders_formatter'

    # relies on progress formatter
    require_relative 'formatter/auto_gen_config_formatter'

    require_relative 'formatter/formatter_set'
  end
end

Version data entries

126 entries across 125 versions & 13 rubygems

Version Path
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.10 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.9 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.8 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.7 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.6 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.5 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.4 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.3 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.2 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.1 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.2.0 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.1.99 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.1.98 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.1.97 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.1.96 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.1.95 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.1.94 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.1.93 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb
harbr-0.1.91 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb