Sha256: 0338ddb1a8ad97ac6c79dcfd9c8c76aa6ad95fbabd76d9b87596bed64bba7344
Contents?: true
Size: 1010 Bytes
Versions: 14
Compression:
Stored size: 1010 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 Metrics/LineLength: Max: 120 Metrics/BlockLength: Exclude: - spec/**/*.rb - cobra_commander.gemspec Metrics/ClassLength: Exclude: - spec/**/*.rb - cobra_commander.gemspec Style/AccessModifierIndentation: EnforcedStyle: outdent Style/Documentation: Enabled: true Style/ExtraSpacing: Exclude: - cobra_commander.gemspec Style/SpaceAroundOperators: Exclude: - cobra_commander.gemspec Style/Lambda: EnforcedStyle: literal Style/PercentLiteralDelimiters: PreferredDelimiters: default: () '%i': '[]' '%I': '[]' '%r': '{}' '%w': '[]' '%W': '[]' # Single quotes being faster is hardly measurable and only affects parse time. # Enforcing double quotes reduces the times where you need to change them when introducing an interpolation. # Use single quotes only if their semantics are needed. Style/StringLiterals: EnforcedStyle: double_quotes Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma
Version data entries
14 entries across 14 versions & 1 rubygems