Sha256: 9b3e47afa319ccffe07ab143114ef056a91539daa3a999cd5a39a7b616f3d6db
Contents?: true
Size: 1017 Bytes
Versions: 6
Compression:
Stored size: 1017 Bytes
Contents
##################### Rails ################################## # By default Rails is switched off so this can be used by non-Rails apps, # this can be enabled in a local .rubocop.yml file Rails: Enabled: false Rails/ActionFilter: Description: 'Enforces consistent use of action filter methods.' Enabled: false Rails/Delegate: Description: 'Prefer delegate method for delegations.' Enabled: false Rails/HasAndBelongsToMany: Description: 'Prefer has_many :through to has_and_belongs_to_many.' Enabled: false Rails/Output: Description: 'Checks for calls to puts, print, etc.' Enabled: false Rails/ReadWriteAttribute: Description: 'Checks for read_attribute(:attr) and write_attribute(:attr, val).' Enabled: false Rails/ScopeArgs: Description: 'Checks the arguments of ActiveRecord scopes.' Enabled: false Rails/Validation: Description: 'Use sexy validations.' Enabled: false Rails/SkipsModelValidations: Description: 'Avoid methods that skip model validations.' Enabled: false
Version data entries
6 entries across 6 versions & 2 rubygems