Sha256: 4754dc314f6832247ec5fa1e1ff31fdd1656a111d03c34e4f65fa850076c5804

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

ruby_version: 2.3
fix: false # default: false
parallel: true # default: false
format: progress # default: Standard::Formatter
default_ignores: false # default: true

ignore: # default: []
  - "lib/**/*":
      - Style/IdenticalConditionalBranches # these are just easier to read sometimes
      - Style/IfInsideElse # these are just easier to read sometimes
      - Standard/SemanticBlocks # not valid in older Ruby
      - Style/Alias # This isn't always right and alias and alias_method can have different usage
      - Style/RedundantRegexpEscape # fix later, enforcement changed
      - Layout/ArrayAlignment # WTF all of master broken from a few changes in rubo
      - Performance/RegexpMatch # Rubocop / standardrb have this WRONG for Ruby 2.3/2.4 not compatiable
  - "vendor/**/*"
  - "pkg/**/*"
  - "test/**/*":
      - Layout/AlignHash
      - Style/GlobalVars
      - Lint/InterpolationCheck # a test is verifying comments
      - Standard/SemanticBlocks # not valid in older Ruby
      - Layout/ArrayAlignment # ruby 2.3 / modern seem to dissagree on rubocop/standardrb
  - "test/benchmarks/benchmark.rake":
      - Lint/UselessAssignment # oddity of memory benchmarking

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coverband-5.0.0.rc.4 .standard.yml
coverband-5.0.0.rc.3 .standard.yml