Sha256: 7d4ea23ca9cc4b6927c71f5a038bf1f524ed6d8ea4134d8bb4be2d80186b9ca3

Contents?: true

Size: 490 Bytes

Versions: 9

Compression:

Stored size: 490 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  Exclude:
    - features/**/*
    - .bundle/**/*
    - bundle_bin/**/*
    - lib/dwc_archive/ingester.rb
    - lib/dwc_archive/generator_meta_xml.rb
    - lib/dwc_archive/generator_eml_xml.rb
    - lib/dwc_archive/classification_normalizer.rb

Style/StringLiterals:
  EnforcedStyle: double_quotes

Layout/DotPosition:
  EnforcedStyle: trailing

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '*.gemspec'
    - '**/*.rake'
    - 'spec/**/*spec.rb'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dwc-archive-1.1.9 .rubocop.yml
dwc-archive-1.1.7 .rubocop.yml
dwc-archive-1.1.6 .rubocop.yml
dwc-archive-1.1.5 .rubocop.yml
dwc-archive-1.1.4 .rubocop.yml
dwc-archive-1.1.3 .rubocop.yml
dwc-archive-1.1.2 .rubocop.yml
dwc-archive-1.1.1 .rubocop.yml
dwc-archive-1.1.0 .rubocop.yml