Sha256: 234cfefa6989b570ef9193772d8ed5e4d4b649e1e0454dbdc7c5527af0424bdd

Contents?: true

Size: 870 Bytes

Versions: 5

Compression:

Stored size: 870 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

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

Style/BarePercentLiterals:
  EnforcedStyle: percent_q

Style/CaseEquality:
  Enabled: false

Style/FormatString:
  EnforcedStyle: sprintf

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

5 entries across 5 versions & 1 rubygems

Version Path
faml-0.7.2 .rubocop.yml
faml-0.7.1 .rubocop.yml
faml-0.7.0 .rubocop.yml
faml-0.6.5 .rubocop.yml
faml-0.6.4 .rubocop.yml