Sha256: 232220a173ef8ac7cbbcaf38a937fda5ede177321d68f4f673fe7ebcd24c54de
Contents?: true
Size: 615 Bytes
Versions: 18
Compression:
Stored size: 615 Bytes
Contents
AllCops: NewCops: disable Exclude: - '**/vendor/bundle/**/*' - '**/bin/**/*' - '**/db/schema.rb' - '**/node_modules/**/*' require: - standard - rubocop-rails - rubocop-rake inherit_gem: standard: config/base.yml # String literals should never be mutable. Style/FrozenStringLiteralComment: Enabled: true # Constants should never be mutable. Style/MutableConstant: Enabled: true EnforcedStyle: strict # Allow `.update_all`. Rails/SkipsModelValidations: Enabled: false # Allow Rake tasks to not require the full Rails app to be loaded. Rails/RakeEnvironment: Enabled: false
Version data entries
18 entries across 18 versions & 1 rubygems