Sha256: 36a2841b727755ce806e3238fb80f2b0421d89dd55fb32aae72e7af290cb2202
Contents?: true
Size: 852 Bytes
Versions: 2
Compression:
Stored size: 852 Bytes
Contents
require: rubocop-rspec AllCops: RunRailsCops: true DisplayCopNames: true Include: - '**/Rakefile' Exclude: - 'db/**/*' - 'vendor/**/*' - '.internal_test_app/**/*' - 'lib/generators/geoblacklight/templates/**/*' Metrics/LineLength: Max: 100 Exclude: - 'spec/**/*' - 'Rakefile' - 'lib/generators/geoblacklight/install_generator.rb' # TODO: Refactor large methods. Metrics/AbcSize: Max: 23 Metrics/MethodLength: Max: 15 # TODO: Add top-level class and module documentation. Style/Documentation: Enabled: false # Overrides method in blacklight. Must use method name. Style/PredicateName: Exclude: - 'lib/geoblacklight/view_helper_override.rb' RSpec/FilePath: Enabled: false # Rubocop bug causes view specs to fail. # https://github.com/nevir/rubocop-rspec/issues/47 RSpec/DescribeClass: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
geoblacklight-0.12.1 | .rubocop.yml |
geoblacklight-0.12.0 | .rubocop.yml |