Sha256: 48c5ab8e574b935527340c945ab271e8780d2166a9a673aa035bb78783161dcf

Contents?: true

Size: 1.07 KB

Versions: 12

Compression:

Stored size: 1.07 KB

Contents

AllCops:
  Exclude:
    - "**/*/schema.rb"
    - Gemfile.lock
    - node_modules/**/*
    - tmp/**/*
    - vendor/**/*
  NewCops: enable

Boxt/ApiPathFormat:
  Description: 'Ensure that the API path uses kebab case'
  Enabled: false

Layout/ClassStructure:
  Enabled: true

Layout/LineLength:
  Exclude:
    - config/routes.rb
    - config/routes/*
  Max: 120

Metrics/AbcSize:
  Exclude:
    - db/migrate/**/*

Metrics/BlockLength:
  CountAsOne: ["array", "hash"]
  Exclude:
    - "*.gemspec"
    - Gemfile
    - config/environments/*
    - config/routes.rb
    - config/routes/*
    - db/migrate/**/*
    - lib/tasks/**/*
    - spec/**/*
    - test/**/*

Metrics/ClassLength:
  CountAsOne: ["array", "hash"]
  Exclude:
    - db/migrate/**/*
    - spec/**/*
    - test/**/*

Metrics/MethodLength:
  CountAsOne: ["array", "heredoc", "hash"]
  Exclude:
    - db/migrate/**/*
    - spec/**/*
    - test/**/*

Metrics/ModuleLength:
  CountAsOne: ["array", "hash"]

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
boxt_rubocop-2.7.1 config/default.yml
boxt_rubocop-2.7.0 config/default.yml
boxt_rubocop-2.6.0 config/default.yml
boxt_rubocop-2.5.0 config/default.yml
boxt_rubocop-2.4.0 config/default.yml
boxt_rubocop-2.3.0 config/default.yml
boxt_rubocop-2.2.1 config/default.yml
boxt_rubocop-2.2.0 config/default.yml
boxt_rubocop-2.1.0 config/default.yml
boxt_rubocop-2.0.0 config/default.yml
boxt_rubocop-1.1.0 config/default.yml
boxt_rubocop-1.0.1 config/default.yml