Sha256: f2e166ba9b627d9ff48c98c75c4f784d97b7f97a8546a020f8eee173f9e6b43e
Contents?: true
Size: 879 Bytes
Versions: 12
Compression:
Stored size: 879 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-rails - rubocop-rspec - rubocop-factory_bot AllCops: NewCops: enable Exclude: - "spec/support/**/*" - "spec/schema.rb" - "spec/db/migrate/*" - "spec/rails_helper.rb" - "spec/spec_helper.rb" - "db/schema.rb" - "db/migrate/*" - "config/**/*" - "bin/*" - "Gemfile" - "Gemfile.lock" - "Rakefile" - "config.ru" - "vendor/bundle/**/*" - "lib/tasks/**/*" Style/FrozenStringLiteralComment: Enabled: false Style/StringLiterals: Enabled: false RSpec/EmptyExampleGroup: Enabled: false Style/Documentation: Enabled: false Rails/UniqueValidationWithoutIndex: Enabled: false RSpec/ExampleLength: Enabled: false # Max memoized RSpec/MultipleMemoizedHelpers: Max: 10 RSpec/MultipleExpectations: Enabled: false RSpec/NestedGroups: Enabled: false
Version data entries
12 entries across 12 versions & 1 rubygems