Sha256: 39011b11fe2a3b7b8865cef0a4226d5f550e5937d869863adeec046e6991655e
Contents?: true
Size: 985 Bytes
Versions: 1
Compression:
Stored size: 985 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/cop/unless_else' require 'rubocop/cop/ampersands_pipes_vs_and_or' require 'rubocop/cop/when_then' 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.3.0 | lib/rubocop.rb |