Sha256: e33928971fdf938cd8ee4d65dde6f09997e9c2bf61dd48075c91891ee3c0c35d

Contents?: true

Size: 726 Bytes

Versions: 1

Compression:

Stored size: 726 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/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.0 lib/rubocop.rb