Sha256: f51f2487b5d11dc7ebf11cb0d63f6ffe2fdb3656b9dad6eac253ca09616ec4a9
Contents?: true
Size: 1.06 KB
Versions: 4
Compression:
Stored size: 1.06 KB
Contents
require: rubocop-rspec AllCops: DisplayCopNames: true Include: - '**/Rakefile' Exclude: - 'vendor/**/*' - 'spec/internal/bin/*' - 'spec/internal/db/schema.rb' Metrics/LineLength: Enabled: false Metrics/ClassLength: Exclude: - lib/hydra/works/characterization/fits_datastream.rb Style/CollectionMethods: PreferredMethods: collect: 'map' collect!: 'map!' inject: 'reduce' detect: 'find' find_all: 'select' Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/StringLiterals: Enabled: false Style/SignalException: Enabled: false Style/IndentationConsistency: EnforcedStyle: rails RSpec/ExampleWording: CustomTransform: be: is have: has not: does not NOT: does NOT IgnoredWords: - only RSpec/FilePath: Enabled: false RSpec/InstanceVariable: Enabled: false RSpec/DescribedClass: Exclude: - spec/hydra/works/models/concerns/generic_file/characterization_spec.rb RSpec/AnyInstance: Exclude: - spec/hydra/works/services/persist_derivatives_spec.rb
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hydra-works-0.12.1 | .rubocop.yml |
hydra-works-0.12.0 | .rubocop.yml |
hydra-works-0.11.0 | .rubocop.yml |
hydra-works-0.10.0 | .rubocop.yml |