Sha256: cf9ad1784761e601a761310c4faa67f9ccdf590b09bb9b3259b1f948f0f160f3

Contents?: true

Size: 448 Bytes

Versions: 8

Compression:

Stored size: 448 Bytes

Contents

fix: true
parallel: true
ruby_version: 2.4

ignore:
  - 'vendor/**/*'
  - 'spec/**/*':
    # There are some false hits when doing repeated
    # Class.new blocks in different test cases
    - Lint/DuplicateMethods
    # We define a lot of test-specific classes within our test blocks
    # There's probably a better way to do this, but it's not worth the
    # effort right now, so let's just disable for specs
    - Lint/ConstantDefinitionInBlock

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
graphiti-1.5.2 .standard.yml
graphiti-1.5.1 .standard.yml
graphiti-1.5.0 .standard.yml
graphiti-1.4.0 .standard.yml
graphiti-1.3.9 .standard.yml
graphiti-1.3.8 .standard.yml
graphiti-1.3.7 .standard.yml
graphiti-1.3.6 .standard.yml