Sha256: c3e7e195301259d9ca80753b35cfd9c2fd4002eef6378d86b4a9349a2d4438e4

Contents?: true

Size: 976 Bytes

Versions: 3

Compression:

Stored size: 976 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/TrailingCommaInLiteral:
  Enabled: false

Style/TrailingCommaInArguments:
  Enabled: false

Style/ConditionalAssignment:
  Enabled: false

Style/TrailingWhitespace:
  Exclude:
    - 'spec/render/multiline_spec.rb'

Style/UnneededPercentQ:
  Enabled: false  # buggy

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
faml-0.8.1 .rubocop.yml
faml-0.8.0 .rubocop.yml
faml-0.7.3 .rubocop.yml