Sha256: f6710df8d753337fca0ad8842db062c65d56e28040e9c567140f26642e0e546e

Contents?: true

Size: 778 Bytes

Versions: 40

Compression:

Stored size: 778 Bytes

Contents

AllCops:
  Exclude:
    - "**/*/schema.rb"
    - Gemfile.lock
    - node_modules/**/*
    - tmp/**/*
    - vendor/**/*
  NewCops: enable
Layout/ClassStructure:
  Enabled: true
Layout/LineLength:
  Exclude:
    - config/routes.rb
    - config/routes/*
  Max: 120
Metrics/AbcSize:
  Exclude:
    - db/migrate/**/*
Metrics/BlockLength:
  Exclude:
    - "*.gemspec"
    - Gemfile
    - config/routes.rb
    - config/routes/*
    - db/migrate/**/*
    - spec/**/*
    - test/**/*
Metrics/ClassLength:
  Exclude:
    - db/migrate/**/*
    - spec/**/*
    - test/**/*
Metrics/MethodLength:
  Exclude:
    - db/migrate/**/*
    - spec/**/*
    - test/**/*
Style/Documentation:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
boxt_rubocop-0.0.40 default.yml
boxt_rubocop-0.0.39 default.yml
boxt_rubocop-0.0.38 default.yml
boxt_rubocop-0.0.37 default.yml
boxt_rubocop-0.0.36 default.yml
boxt_rubocop-0.0.35 default.yml
boxt_rubocop-0.0.34 default.yml
boxt_rubocop-0.0.33 default.yml
boxt_rubocop-0.0.32 default.yml
boxt_rubocop-0.0.31 default.yml
boxt_rubocop-0.0.30 default.yml
boxt_rubocop-0.0.29 default.yml
boxt_rubocop-0.0.28 default.yml
boxt_rubocop-0.0.27 default.yml
boxt_rubocop-0.0.26 default.yml
boxt_rubocop-0.0.25 default.yml
boxt_rubocop-0.0.24 default.yml
boxt_rubocop-0.0.23 default.yml
boxt_rubocop-0.0.22 default.yml
boxt_rubocop-0.0.21 default.yml