Sha256: 363db656c7c323cd8f0f3e277a1dc68619d51881c64934f879b6fd1f3957b3e3

Contents?: true

Size: 829 Bytes

Versions: 1

Compression:

Stored size: 829 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'haml-spec/**/*'

Lint/HandleExceptions:
  Exclude:
    # Ignore LoadError
    - 'lib/faml.rb'
    - 'lib/faml/tilt.rb'
Lint/Eval:
  Exclude:
    - 'lib/faml/static_hash_parser.rb'
    - 'spec/spec_helper.rb'

Style/BarePercentLiterals:
  EnforcedStyle: percent_q
Style/CaseEquality:
  Enabled: false
Style/GlobalVars:
  Exclude:
    - '**/extconf.rb'
Style/GuardClause:
  Enabled: false
Style/HashSyntax:
  Exclude:
    - 'Rakefile'
Style/IfUnlessModifier:
  Enabled: false
Style/PercentLiteralDelimiters:
  Enabled: false
Style/RaiseArgs:
  EnforcedStyle: compact
Style/SignalException:
  Enabled: false
Style/TrailingComma:
  Enabled: false
Style/TrailingWhitespace:
  Exclude:
    - 'spec/render/multiline_spec.rb'

Style/UnneededPercentQ:
  Enabled: false  # buggy

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
faml-0.3.3 .rubocop.yml