Sha256: e3647ad4efc05b5adf090e3c6703b1d8a26d58d95538a0891694c65d892051a9

Contents?: true

Size: 667 Bytes

Versions: 3

Compression:

Stored size: 667 Bytes

Contents

AllCops:
  Exclude:
    - "Gemfile"
    - "db/**/*"
    - "vendor/**/*"
    - "tmp/**/*"
    - "config/**/*"
    - "bin/**/*"
    - "log/**/*"
    - "Guardfile"
    - "spec/factories/*"
  RunRailsCops: true

Metrics/MethodLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 10

Style/PredicateName:
  Description: Check the names of predicate methods.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#bool-methods-qmark
  Enabled: true
  NamePrefix:
  - is_
  - has_
  - have_
  NamePrefixBlacklist:
  - is_
  Exclude:
  - spec/**/*

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kratos-1.0.2 templates/rubocop.yml
kratos-1.0.1 templates/rubocop.yml
kratos-1.0.0 templates/rubocop.yml