Sha256: b24043fa33fa2e8657694a21e117e60dc675bfb024cbc441d189f67848265ade
Contents?: true
Size: 915 Bytes
Versions: 3
Compression:
Stored size: 915 Bytes
Contents
# Rails specific cops Rails/ApplicationController: Exclude: - "spec/**/*" - "test/**/*" Rails/SkipsModelValidations: Exclude: - "db/migrate/**/*" - "lib/tasks/**/*" - "spec/**/*" - "test/**/*" # These rails cops are currently pending and will be enabled by default at some point, but adding for now to stop # Rubocop or VSCode complaining... Rails/ActiveRecordCallbacksOrder: Enabled: true Rails/AfterCommitOverride: Enabled: true Rails/FindById: Enabled: true Rails/Inquiry: Enabled: true Rails/MailerName: Enabled: true Rails/MatchRoute: Enabled: true Rails/NegateInclude: Enabled: true Rails/Pluck: Enabled: true Rails/PluckInWhere: Enabled: true Rails/RenderInline: Enabled: true Rails/RenderPlainText: Enabled: true Rails/ShortI18n: Enabled: true Rails/SquishedSQLHeredocs: Enabled: true Rails/WhereExists: Enabled: true Rails/WhereNot: Enabled: true
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
boxt_ruby_style_guide-7.0.3 | rails.yml |
boxt_ruby_style_guide-7.0.2 | rails.yml |
boxt_ruby_style_guide-7.0.1 | rails.yml |