Sha256: 76ed63f98b648739fde7314b234df8f37817510db76f92e185998fe9bce3f729

Contents?: true

Size: 231 Bytes

Versions: 6

Compression:

Stored size: 231 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/**/*'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dachsfisch-1.0.2 .rubocop/lint.yml
dachsfisch-1.0.1 .rubocop/lint.yml
dachsfisch-1.0.0 .rubocop/lint.yml
dachsfisch-0.2.0 .rubocop/lint.yml
dachsfisch-0.1.1 .rubocop/lint.yml
dachsfisch-0.1.0 .rubocop/lint.yml