Sha256: 9b907ed6f0324af80e8e6df08313aa450fd6d72eadd1741482d6f00bc3664a9d
Contents?: true
Size: 445 Bytes
Versions: 27
Compression:
Stored size: 445 Bytes
Contents
inherit_from: - ../conf/rubocop.yml AllCops: TargetRailsVersion: 5.1 Rails: Enabled: true Rails/FilePath: Enabled: false Rails/RelativeDateConstant: # Auto-correct is broken for this cops in some cases. It replaces the # constant but does not update references to it. AutoCorrect: false Style/MixinUsage: Exclude: - "bin/**/*" Rails/UnknownEnv: Environments: - development - test - staging - production
Version data entries
27 entries across 27 versions & 1 rubygems