Sha256: 2242ee36ba2bd03c9c05dcc802dd2376100f881ba58da4413e7ab505eb2eabb2
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
# This configuration was generated by `rubocop --auto-gen-config` # on 2014-09-11 18:44:31 +0900 using RuboCop version 0.26.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. AllCops: Exclude: - 'bin/**/*' - 'db/**/*' - 'config/**/*' - 'script/**/*' - 'vendor/**/*' - 'spec/spec_helper.rb' - 'spec/rails_helper.rb' - 'Guardfile' #- !ruby/regexp /old_and_unused\.rb$/ # Configuration parameters: CountComments. Metrics/ClassLength: Max: 500 # Configuration parameters: AllowURI. Metrics/LineLength: Max: 120 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 30 Metrics/AbcSize: Enabled: true Max: 17 Metrics/CyclomaticComplexity: Enabled: true Max: 10 Style/AsciiComments: Enabled: false # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/BracesAroundHashParameters: Enabled: false # Cop supports --auto-correct. #Style/EmptyLinesAroundBody: # Enabled: false # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SignalException: Enabled: false Style/WordArray: MinSize: 10 ClassAndModuleChildren: EnforcedStyle: compact
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mbox_header_scraper-0.1.1 | .rubocop.yml |
mbox_header_scraper-0.1.0 | .rubocop.yml |