Sha256: 18c34458f92bebdfac17ab11581d4696e8c8b914f163090c26b9cb1126abfad9

Contents?: true

Size: 688 Bytes

Versions: 4

Compression:

Stored size: 688 Bytes

Contents

<%- if config.dig(:create, :rails) -%>
AllCops:
  Exclude:
    - "spec/dummy/**/*"
    - "bin/rails"
    - "vendor/**/*"
Rails:
  Enabled: true
<%- end -%>
Style/CaseIndentation:
  IndentOneStep: true
Style/MethodDefParentheses:
  EnforcedStyle: require_no_parentheses
Style/NumericLiterals:
  Enabled: false
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    "%r": "()"
Style/SignalException:
  EnforcedStyle: semantic
Style/SingleLineBlockParams:
  Enabled: false
Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes
Metrics/LineLength:
  Max: 120

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gemsmith-7.5.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-7.4.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-7.3.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-7.2.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt