Sha256: 45df9f169dc7e9757dc4eda802254e640941d241a0c1ecc6c57ede813f0cdb91

Contents?: true

Size: 552 Bytes

Versions: 3

Compression:

Stored size: 552 Bytes

Contents

require:
  - rubocop-rails
  - standard

inherit_from:
 - ./private/rspec.yml
 - ./private/standard.yml

inherit_mode:
  merge:
    - Exclude

AllCops:
  TargetRailsVersion: 7.0

Style/AsciiComments:
 Enabled: false

Style/ClassAndModuleChildren:
 Enabled: false

Style/Documentation:
 Enabled: false

Style/NumericPredicate:
 EnforcedStyle: predicate

Layout/ClassStructure:
  Enabled: true

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: space

Rails/HasAndBelongsToMany:
  Enabled: false

Rails/SkipsModelValidations:
  AllowedMethods: touch

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jetrockets-standard-1.29.0 config/rails.yml
jetrockets-standard-1.3.1 config/rails.yml
jetrockets-standard-1.3.0 config/rails.yml