Sha256: c396c767dcff8104360a2611a060c47abd804cd8cd99c56f199320a1d88b3b1c

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 KB

Contents

require: rubocop-rails

Rails:
  Enabled: true

Rails/ApplicationController:
  Enabled: true

Rails/ApplicationJob:
  Enabled: false

Rails/ApplicationMailer:
  Enabled: true

Rails/ApplicationRecord:
  Enabled: false

Rails/BelongsTo:
  Enabled: true

Rails/Date:
  EnforcedStyle: flexible

Rails/EnumHash:
  Enabled: true

Rails/HasAndBelongsToMany:
  Enabled: false

Rails/HttpPositionalArguments:
  Enabled: false

Rails/IgnoredSkipActionFilterOption:
  Enabled: true

Rails/LexicallyScopedActionFilter:
  Enabled: false

Rails/LinkToBlank:
  Enabled: true

Rails/OutputSafety:
  Enabled: false

Rails/RakeEnvironment:
  Enabled: false

Rails/SafeNavigationWithBlank:
  Enabled: true

Rails/SkipsModelValidations:
  Enabled: false

Rails/UniqueValidationWithoutIndex:
  Enabled: true

Rails/RenderPlainText:
  Enabled: true

Rails/RenderInline:
  Enabled: true

Rails/RedundantForeignKey:
  Enabled: true

Rails/PluckInWhere:
  Enabled: true

Rails/Pluck:
  Enabled: true

Rails/Pick:
  Enabled: true

Rails/NegateInclude:
  Enabled: true

Rails/MailerName:
  Enabled: true

Rails/FindById:
  Enabled: true

Rails/ContentTag:
  Enabled: true

Rails/MatchRoute:
  Enabled: true

Rails/ShortI18n:
  Enabled: true

Rails/PluckId:
  Enabled: false

Rails/ActiveRecordCallbacksOrder:
  Enabled: true

Rails/Inquiry:
  Enabled: true

Rails/WhereExists:
  Enabled: true

Rails/UnknownEnv:
  Environments:
    - development
    - test
    - review
    - staging
    - acceptance
    - training
    - production

# TODO Cops
Rails/AfterCommitOverride: # (new in 2.8)
  Enabled: false
Rails/AttributeDefaultBlockValue: # (new in 2.9)
  Enabled: false
Rails/SquishedSQLHeredocs: # (new in 2.8)
  Enabled: false
Rails/WhereEquals: # (new in 2.9)
  Enabled: false
Rails/WhereNot: # (new in 2.8)
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocopital-1.0.2 .rubocop-rails.yml