Sha256: 59d7557a0d860c937740846fe10fee6586336c52930899655ba2d4d597d9df01

Contents?: true

Size: 276 Bytes

Versions: 9

Compression:

Stored size: 276 Bytes

Contents

# lint cop settings

#
# False positives:
#   * expect { something }.to change { something } often triggers this
#
Lint/AmbiguousBlockAssociation:
  Exclude:
    - "spec/**/*_spec.rb"

Lint/EmptyBlock:
  Exclude:
    - 'spec/**/*'
    - 'lib/proformaxml/services/exporter.rb'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
proformaxml-1.5.2 .rubocop/lint.yml
proformaxml-1.5.1 .rubocop/lint.yml
proformaxml-1.5.0 .rubocop/lint.yml
proformaxml-1.4.0 .rubocop/lint.yml
proformaxml-1.3.0 .rubocop/lint.yml
proformaxml-1.2.0 .rubocop/lint.yml
proformaxml-1.1.0 .rubocop/lint.yml
proformaxml-1.0.0 .rubocop/lint.yml
proformaxml-0.10.0 .rubocop/lint.yml