Sha256: 630421ac9bc40357e410b03d6d478d412395968aa592f48488781efad326bdd5
Contents?: true
Size: 689 Bytes
Versions: 13
Compression:
Stored size: 689 Bytes
Contents
AllCops: Exclude: - '**/vendor/bundle/**/*' - '**/db/schema.rb' require: - rubocop-rails Rails: Enabled: false # Prefer :bad_request over 400 to define HTTP status code. Rails/HttpStatus: Enabled: true # Prefer index_by over map { ... }.to_h. Rails/IndexBy: Enabled: true # Prefer index_with over each_with_object. Rails/IndexWith: Enabled: true # Specify a :dependent option. (https://rails.rubystyle.guide#has_many-has_one-dependent-option) Rails/HasManyOrHasOneDependent: Enabled: true # Specify an :inverse_of option. Rails/InverseOf: Enabled: true # Specifying the default value for foreign_key is redundant. Rails/RedundantForeignKey: Enabled: true
Version data entries
13 entries across 13 versions & 1 rubygems