Sha256: 48a7a1f46d247b6178986960e16c243f0755da303265a7901dde2b0cd287400c

Contents?: true

Size: 870 Bytes

Versions: 1

Compression:

Stored size: 870 Bytes

Contents

# encoding: utf-8

require 'ripper'

require 'rubocop/cop/offence'
require 'rubocop/cop/cop'
require 'rubocop/cop/encoding'
require 'rubocop/cop/line_length'
require 'rubocop/cop/tab'
require 'rubocop/cop/trailing_whitespace'
require 'rubocop/cop/indentation'
require 'rubocop/cop/empty_lines'
require 'rubocop/cop/surrounding_space'
require 'rubocop/cop/space_after_comma_etc'
require 'rubocop/cop/hash_syntax'
require 'rubocop/cop/end_of_line'
require 'rubocop/cop/numeric_literals'
require 'rubocop/cop/align_parameters'
require 'rubocop/cop/def_parentheses'
require 'rubocop/cop/if_then_else'
require 'rubocop/cop/blocks'
require 'rubocop/cop/parameter_lists'
require 'rubocop/cop/string_literals'
require 'rubocop/cop/ternary_operator'

require 'rubocop/report/report'
require 'rubocop/report/plain_text'
require 'rubocop/report/emacs_style'

require 'rubocop/cli'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-0.2.1 lib/rubocop.rb