Sha256: cf4afaef5405b56320f0191fe0f9a01df7841a1ea1b1b272b998d7aa6176f23e
Contents?: true
Size: 645 Bytes
Versions: 25
Compression:
Stored size: 645 Bytes
Contents
require: rubocop-rspec inherit_from: - .rubocop_todo.yml AllCops: DisplayCopNames: true Exclude: - "lib/generators/blacklight/templates/**/*" - "spec/**/*" - "blacklight.gemspec" Rails: Enabled: true Metrics/LineLength: Max: 200 Style/StringLiterals: Enabled: false Style/IndentationConsistency: Enabled: false Rails/OutputSafety: Enabled: false Style/MethodMissing: Exclude: - 'lib/blacklight/utils.rb' # engine_cart block includes conditional, not duplication Bundler/DuplicatedGem: Exclude: - 'Gemfile' # engine_cart block is following default Rails order Bundler/OrderedGems: Exclude: - 'Gemfile'
Version data entries
25 entries across 25 versions & 1 rubygems