Sha256: 70a5fc523bc0d15d6079fb967877daf200024c8fb27f0f798c37b7d32ae42730
Contents?: true
Size: 1.07 KB
Versions: 13
Compression:
Stored size: 1.07 KB
Contents
AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true Exclude: - "vendor/**/*" Lint/UnderscorePrefixedVariableName: Enabled: false Lint/UnusedMethodArgument: Enabled: false Metrics/LineLength: Enabled: false Metrics/ClassLength: Exclude: - "test/**/*.rb" Metrics/ParameterLists: Max: 7 Metrics/MethodLength: Max: 30 Style/AsciiComments: Enabled: false Style/HashSyntax: Exclude: - "**/*.rake" - "Rakefile" Style/FrozenStringLiteralComment: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/TrailingCommaInLiteral: Enabled: false Style/TrailingCommaInArguments: Enabled: false Style/FileName: Enabled: false Style/Documentation: Enabled: false Style/WordArray: Enabled: false Style/BarePercentLiterals: EnforcedStyle: percent_q Style/SpaceInsideBlockBraces: EnforcedStyle: space SpaceBeforeBlockParameters: false Style/BracesAroundHashParameters: Enabled: false Style/MultilineMethodCallIndentation: EnforcedStyle: indented Style/DoubleNegation: Enabled: false Style/EmptyCaseCondition: Enabled: false
Version data entries
13 entries across 13 versions & 2 rubygems