Sha256: 06a2aa47c6537cb0ab88335542fe564596ff38a5a734154f80a591d502456614
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
AllCops: Exclude: - '**/schema.rb' - 'bin/**' - 'vendor/**/*' Lint/ParenthesesAsGroupedExpression: Enabled: true Exclude: - 'spec/**/*' Metrics/ModuleLength: Exclude: - "**/*_spec.rb" Metrics/BlockLength: Exclude: - "**/*_spec.rb" Style/BlockDelimiters: Enabled: true Exclude: - 'spec/**/*' Style/Documentation: Enabled: false Style/EmptyLinesAroundClassBody: Enabled: false Style/EmptyLinesAroundModuleBody: Enabled: false Style/GuardClause: Enabled: false Style/PredicateName: Enabled: false Style/SignalException: Enabled: false Style/SpaceAroundEqualsInParameterDefault: Enabled: false Style/StringLiterals: Enabled: false Style/ZeroLengthPredicate: Enabled: false # Offense count: 9 Metrics/AbcSize: Enabled: false # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Enabled: false # Offense count: 2 Metrics/CyclomaticComplexity: Enabled: false # Offense count: 79 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Enabled: false # Offense count: 10 # Configuration parameters: CountComments. Metrics/MethodLength: Enabled: false # Offense count: 2 Metrics/PerceivedComplexity: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blinkist-config-1.0.0 | .rubocop.yml |