Sha256: b08a21c2bc6143d104781e9816c848c67550642d0c62630710611de4035725f2

Contents?: true

Size: 645 Bytes

Versions: 3

Compression:

Stored size: 645 Bytes

Contents

<%- if config.fetch(:create).fetch(:rails) -%>
AllCops:
  RunRailsCops: true
  Exclude:
    - "spec/dummy/**/*"
    - "bin/rails"
    - "vendor/**/*"
<%- end -%>
Style/CaseIndentation:
  IndentOneStep: true
Style/MethodDefParentheses:
  EnforcedStyle: require_no_parentheses
Style/NumericLiterals:
  Enabled: false
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    "%r": "()"
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

3 entries across 3 versions & 1 rubygems

Version Path
gemsmith-6.2.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-6.1.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt
gemsmith-6.0.0 lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt