Sha256: 65ed8d537f814ce36b35431257addf4667e502c73041f3dd851e45267edc0aaa
Contents?: true
Size: 438 Bytes
Versions: 3
Compression:
Stored size: 438 Bytes
Contents
inherit_from: .rubocop_todo.yml inherit_gem: onkcop: - "config/rubocop.yml" # uncomment if use rails cops # - "config/rails.yml" # uncomment if use rspec cops # - "config/rspec.yml" AllCops: TargetRubyVersion: 2.2 # uncomment if use rails cops # TargetRailsVersion: 5.1 Exclude: - "spec/rails/**/*" - "vendor/bundle/**/*" - "gemfiles/vendor/**/*" - "gemfiles/.bundle/**/*" - "tmp/**/*"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_admin_role-0.2.2 | .rubocop.yml |
active_admin_role-0.2.1 | .rubocop.yml |
active_admin_role-0.2.0 | .rubocop.yml |