Sha256: 1a2eb85881ebad8c7946fe7ebcbcc2f4ee06deca075b6b64317733c56ac54b73
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
AllCops: Exclude: - "db/schema.rb" Documentation: Enabled: false Layout/AccessModifierIndentation: EnforcedStyle: outdent Metrics/AbcSize: Exclude: - spec/**/* - test/**/* Metrics/BlockLength: Exclude: - spec/**/* - test/**/* - "*.gemspec" - "**/*.rake" Metrics/BlockNesting: Exclude: - spec/**/* - test/**/* Metrics/CyclomaticComplexity: Exclude: - spec/**/* - test/**/* Metrics/LineLength: Max: 120 Metrics/MethodLength: Exclude: - spec/**/* - test/**/* Style/Alias: EnforcedStyle: prefer_alias_method Style/AndOr: EnforcedStyle: conditionals Style/DateTime: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/Lambda: Enabled: false Style/NumericLiterals: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%i': () '%I': () '%q': () '%Q': () '%r': '{}' '%s': () '%w': () '%W': () '%x': () Style/StringLiterals: EnforcedStyle: double_quotes Enabled: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ramsey_cop-0.10.0 | default.yml |
ramsey_cop-0.9.0 | default.yml |