Sha256: f5817abb33f42d1696345284c3d21ccf9dab8f4d1e435ac1fc36316e1977581b

Contents?: true

Size: 1.5 KB

Versions: 17

Compression:

Stored size: 1.5 KB

Contents

inherit_mode:
  merge:
    - Exclude # see: https://stackoverflow.com/a/70818366/473923
    - AllowedNames
AllCops:
  TargetRubyVersion: 2.7
  DisplayCopNames: true
  ExtraDetails: true
  NewCops: enable
  Exclude:
    - ".builders/**/*"
    - "spec/samples/**/*"

Metrics/BlockLength:
  Exclude:
    - "**/spec/**/*"
    - "*.gemspec"
  IgnoredMethods:
    - configure
    - context
    - define
    - describe
    - draw
    - factory
    - feature
    - guard
    - included
    - it
    - let
    - let!
    - scenario
    - setup
    - shared_context
    - shared_examples
    - shared_examples_for
    - transaction

Metrics/MethodLength:
  Max: 25

Layout/LineLength:
  Max: 200
  # Ignores annotate output
  IgnoredPatterns: ['\A# \*\*']
  IgnoreCopDirectives: true

Lint/UnusedMethodArgument:
  AllowUnusedKeywordArguments: true

Style/BlockComments:
  Enabled: false
  Include:
    - "**/spec/*"

# My Preferences - Start
Metrics/ClassLength:
  Enabled: false
Metrics/ModuleLength:
  Exclude:
    - "**/spec/**/*"
Naming/MemoizedInstanceVariableName:
  Enabled: false
Naming/VariableNumber:
  Exclude:
    - "**/spec/**/*"
Naming/MethodParameterName:
  AllowedNames:
    - as
Style/EmptyMethod:    
  Exclude:
    - "**/spec/**/*"
Metrics/ParameterLists:
  Exclude:
    - "**/spec/**/*"
Layout/EmptyLineBetweenDefs:
  Exclude:
    - "**/spec/**/*"

Lint/AmbiguousBlockAssociation:
  Exclude:
    - "**/spec/**/*"

Style/AccessorGrouping:
  Enabled: false

Layout/SpaceBeforeComma:
  Enabled: false
# My Preferences - End

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
handlebarsjs-0.6.0 .rubocop.yml
handlebarsjs-0.5.7 .rubocop.yml
handlebarsjs-0.5.6 .rubocop.yml
handlebarsjs-0.5.5 .rubocop.yml
handlebarsjs-0.5.4 .rubocop.yml
handlebarsjs-0.5.3 .rubocop.yml
handlebarsjs-0.5.2 .rubocop.yml
handlebarsjs-0.5.1 .rubocop.yml
handlebarsjs-0.5.0 .rubocop.yml
handlebarsjs-0.4.0 .rubocop.yml
handlebarsjs-0.3.0 .rubocop.yml
handlebarsjs-0.2.0 .rubocop.yml
handlebarsjs-0.1.2 .rubocop.yml
handlebarsjs-0.1.1 .rubocop.yml
handlebarsjs-0.1.0 .rubocop.yml
tailwind_dsl-0.0.3 .rubocop.yml
tailwind_dsl-0.0.2 .rubocop.yml