Sha256: 70d2a1f2d9546d20b444276b182e951fdeb97d949586c8899c94ec92940537a5

Contents?: true

Size: 1.18 KB

Versions: 23

Compression:

Stored size: 1.18 KB

Contents

Salsify/RailsApplicationSerializer:
  Description: 'Serializers must subclass ApplicationSerializer.'
  Enabled: false

Salsify/RailsApplicationMailer:
  Description: 'Mailers must subclass ApplicationMailer.'
  Enabled: false

Salsify/RailsApplicationRecord:
  Description: 'Models must subclass ApplicationRecord.'
  Enabled: false

Salsify/RailsUnscoped:
  Description: 'Activerecord scopes cannot use unscoped.'
  Enabled: false

Salsify/RspecDocString:
  Description: 'Check that RSpec doc strings use the correct quoting.'
  Enabled: true
  EnforcedStyle: double_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes
  Include:
    - 'spec/**/*'

Salsify/RspecDotNotSelfDot:
  Description: 'Enforce ".<class method>" instead of "self.<class method>" for example group description.'
  Enabled: true
  Include:
    - 'spec/**/*'

Salsify/RspecStringLiterals:
  Description: 'Enforce consistent quote style for non-doc strings in RSpec tests.'
  Enabled: true
  EnforcedStyle: single_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes
  Include:
    - 'spec/**/*'

Salsify/StyleDig:
  Description: 'Recommend `dig` for deeply nested access.'
  Enabled: true
  AutoCorrect: false

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
salsify_rubocop-1.68.0 config/default.yml
salsify_rubocop-1.59.1 config/default.yml
salsify_rubocop-1.59.0 config/default.yml
salsify_rubocop-1.43.1 config/default.yml
salsify_rubocop-1.43.0 config/default.yml
salsify_rubocop-1.42.1 config/default.yml
salsify_rubocop-1.42.0 config/default.yml
salsify_rubocop-1.27.1 config/default.yml
salsify_rubocop-1.27.0 config/default.yml
salsify_rubocop-1.2.0 config/default.yml
salsify_rubocop-1.1.0 config/default.yml
salsify_rubocop-1.0.2 config/default.yml
salsify_rubocop-1.0.1 config/default.yml
salsify_rubocop-1.0.0 config/default.yml
salsify_rubocop-0.91.0 config/default.yml
salsify_rubocop-0.85.0 config/default.yml
salsify_rubocop-0.78.1 config/default.yml
salsify_rubocop-0.78.0 config/default.yml
salsify_rubocop-0.63.0 config/default.yml
salsify_rubocop-0.62.0 config/default.yml