Sha256: 3b2c25e23eae9a95899c809da38ec86d1076cae97b2fa0feaecbe02d63900415

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

AllCops:
  Exclude:
    - 'bin/*'
    - 'db/schema.rb'
    - 'node_modules/**/*'
    - 'vendor/**/*'
  TargetRubyVersion: 2.4
Layout/IndentationConsistency:
  EnforcedStyle: normal
Lint/AssignmentInCondition:
  Enabled: false
Lint/Debugger:
  Enabled: true
Lint/DefEndAlignment:
  AutoCorrect: true
Lint/EndAlignment:
  AutoCorrect: true
  EnforcedStyleAlignWith: keyword
Metrics/LineLength:
  Enabled: false
  Max: 100
Rails:
  Enabled: true
Style/Alias:
  EnforcedStyle: prefer_alias_method
Style/AsciiComments:
  Enabled: false
Style/AutoResourceCleanup:
  Enabled: true
Style/ClassAndModuleChildren:
  Enabled: false
Style/CollectionMethods:
  Description: Preferred collection methods.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#map-find-select-reduce-size
  Enabled: true
  PreferredMethods:
    collect: map
    collect!: map!
    find: detect
    find_all: select
    reduce: inject
Style/Documentation:
  Enabled: false
Style/FileName:
  Description: Use snake_case for source file names.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#snake-case-files
  Enabled: false
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%i': '()'
    '%I': '()'
    '%r': '{}'
    '%w': '()'
    '%W': '()'
Style/StringLiterals:
  EnforcedStyle: single_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-template-1.0.0 default.yml