Sha256: 7024aa32a9e8b44e3e0c14573c7274e0eb8cc1367409672e4570fd6253c0b2ce
Contents?: true
Size: 682 Bytes
Versions: 3
Compression:
Stored size: 682 Bytes
Contents
AllCops: TargetRubyVersion: 2.6 NewCops: enable SuggestExtensions: false Exclude: - "vendor/**/*" Style/FrozenStringLiteralComment: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/Documentation: Enabled: false Style/WordArray: Enabled: false Style/SymbolArray: Enabled: false Metrics/CyclomaticComplexity: Enabled: true Metrics/MethodLength: Max: 20 Metrics/BlockLength: Exclude: - "spec/**/*_spec.rb" - "*.gemspec" Layout/LineLength: Exclude: - "spec/**/*_spec.rb" - "*.gemspec" Naming/MemoizedInstanceVariableName: EnforcedStyleForLeadingUnderscores: optional Gemspec/RequireMFA: Enabled: false
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
json_statham-0.1.2 | .rubocop.yml |
json_statham-0.1.0 | .rubocop.yml |
derivation_endpoint-0.1.0 | .rubocop.yml |