Sha256: acfc9322564bcbe68b539c1edeb432c26efbf309f6992b9fc54821b716f3f65e

Contents?: true

Size: 1.16 KB

Versions: 11

Compression:

Stored size: 1.16 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

Boxt/ApiTypeParameters:
  Description: 'Ensure that API parameters are typed'
  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

11 entries across 11 versions & 1 rubygems

Version Path
boxt_rubocop-2.14.2 config/default.yml
boxt_rubocop-2.14.1 config/default.yml
boxt_rubocop-2.14.0 config/default.yml
boxt_rubocop-2.13.0 config/default.yml
boxt_rubocop-2.12.0 config/default.yml
boxt_rubocop-2.11.0 config/default.yml
boxt_rubocop-2.10.0 config/default.yml
boxt_rubocop-2.9.2 config/default.yml
boxt_rubocop-2.9.1 config/default.yml
boxt_rubocop-2.9.0 config/default.yml
boxt_rubocop-2.8.0 config/default.yml