Sha256: e1de67f9f62ceebddf05acb7a3fa84135514091486e6e0beeff594e04bdef236
Contents?: true
Size: 582 Bytes
Versions: 10
Compression:
Stored size: 582 Bytes
Contents
Rails: Enabled: true Rails/Delegate: Enabled: false # inherit_gem: # rubocop-rails: # - config/rails.yml AllCops: DisplayCopNames: true TargetRubyVersion: 2.4 Exclude: - 'bin/**/*' - 'vendor/**/*' Layout/MultilineMethodDefinitionBraceLayout: EnforcedStyle: same_line Metrics/LineLength: Max: 110 Metrics/BlockLength: Exclude: - '*.gemspec' ExcludedMethods: ['describe', 'context'] Naming/UncommunicativeMethodParamName: AllowedNames: ['db'] Style/StringLiterals: Enabled: false Style/ClassAndModuleChildren: EnforcedStyle: compact
Version data entries
10 entries across 10 versions & 1 rubygems