Sha256: 8ae5c5d8d0e6c82c5cc5ce573f595c4c8c168b5e54c22f6575adeb16bd68b728

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

AllCops:
  Exclude:
    - "test/tmp/**/*"
    - "tmp/**/*"

Metrics/LineLength:
  Max: 120

Metrics/ClassLength:
  Max: 300

Metrics/ModuleLength:
  Max: 300

Metrics/MethodLength:
  Max: 100

Metrics/ParameterLists:
  Max: 8

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/ClosingParenthesisIndentation:
  Enabled: false

Style/OneLineConditional:
  Enabled: false

Style/AndOr:
  Enabled: false

Style/Not:
  Enabled: false

Documentation:
  Enabled: false # TODO: Enable again once we have more docs

Style/CaseIndentation:
  IndentWhenRelativeTo: case
  SupportedStyles:
    - case
    - end
  IndentOneStep: true

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%w': "[]"
    '%W': "[]"

Style/AccessModifierIndentation:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/IndentationWidth:
  Enabled: false

Style/TrivialAccessors:
  ExactNameMatch: true

Lint/DefEndAlignment:
  Enabled: false

Lint/HandleExceptions:
  Enabled: false

Style/SpecialGlobalVars:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
serviceworker-rails-0.5.2 .rubocop.yml