Sha256: f84cbca7b1fc5e73968d0c82369cf8921e88bbddfa49d08a577d7f40ec42ce41

Contents?: true

Size: 1.3 KB

Versions: 4

Compression:

Stored size: 1.3 KB

Contents

AllCops:
  Exclude:
    - "spec/spec_helper.rb"
    - "lib/jscop/spacing_checker.rb"
    - "README.md"
    - "Guardfile"
    - "Rakefile"
    - "vendor/**/*"
    - "jscop.gemspec"

  DisplayCopNames: true

Lint/RaiseException:
  Enabled: false
Lint/StructNewOverride:
  Enabled: false
Lint/UselessAssignment:
  Enabled: false

Layout/LineLength:
  Max: 120
Metrics/MethodLength:
  Max: 30
Metrics/AbcSize:
  Max: 50
Metrics/ClassLength:
  Max: 150
Metrics/BlockLength:
  ExcludedMethods: ["describe"]
  Max: 30
Metrics/ModuleLength:
  Max: 150
Metrics/CyclomaticComplexity:
  Max: 20
Metrics/PerceivedComplexity:
  Max: 20
Metrics/ParameterLists:
  Max: 7

Style/Documentation:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/EachForSimpleLoop:
  Enabled: false
Style/AndOr:
  Enabled: false
Style/DefWithParentheses:
  Enabled: false
Style/FrozenStringLiteralComment:
  EnforcedStyle: never
Style/NegatedIf:
  Enabled: false
Style/NegatedUnless:
  Enabled: false
Style/BlockDelimiters:
  Enabled: false

Style/HashEachMethods:
  Enabled: false
Style/HashTransformKeys:
  Enabled: false
Style/HashTransformValues:
  Enabled: false

Layout/HashAlignment:
  EnforcedColonStyle: key
Layout/ExtraSpacing:
  AllowForAlignment: false
Layout/MultilineMethodCallIndentation:
  Enabled: true
  EnforcedStyle: indented

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jscop-0.1.9 .rubocop.yml
jscop-0.1.8 .rubocop.yml
jscop-0.1.7 .rubocop.yml
jscop-0.1.6 .rubocop.yml