Sha256: d8d86bc4792c5952ff3c19e531bb7d1c62f66573d138d711862c65b56fe3ec33

Contents?: true

Size: 1.21 KB

Versions: 22

Compression:

Stored size: 1.21 KB

Contents

# frozen_string_literal: true

module RuboCop
  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/progress_formatter'
    require_relative 'formatter/quiet_formatter'
    require_relative 'formatter/tap_formatter'
    require_relative 'formatter/worst_offenders_formatter'
    require_relative 'formatter/pacman_formatter'
    # relies on progress formatter
    require_relative 'formatter/auto_gen_config_formatter'

    require_relative 'formatter/formatter_set'
  end
end

Version data entries

22 entries across 18 versions & 3 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/rubocop-1.35.1/lib/rubocop/formatter.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/rubocop-1.35.1/lib/rubocop/formatter.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/rubocop-1.35.1/lib/rubocop/formatter.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/rubocop-1.31.2/lib/rubocop/formatter.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/rubocop-1.35.1/lib/rubocop/formatter.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/rubocop-1.36.0/lib/rubocop/formatter.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rubocop-1.31.2/lib/rubocop/formatter.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rubocop-1.35.1/lib/rubocop/formatter.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rubocop-1.36.0/lib/rubocop/formatter.rb
rubocop-1.39.0 lib/rubocop/formatter.rb
rubocop-1.38.0 lib/rubocop/formatter.rb
rubocop-1.37.1 lib/rubocop/formatter.rb
rubocop-1.37.0 lib/rubocop/formatter.rb
rubocop-1.36.0 lib/rubocop/formatter.rb
rubocop-1.35.1 lib/rubocop/formatter.rb
rubocop-1.35.0 lib/rubocop/formatter.rb
rubocop-1.34.1 lib/rubocop/formatter.rb
rubocop-1.34.0 lib/rubocop/formatter.rb
rubocop-1.33.0 lib/rubocop/formatter.rb
rubocop-1.32.0 lib/rubocop/formatter.rb