Sha256: 20b9cb84e89c3d9b09cdfdb4201ca7b65dbceb4889715dad05a3ac040ae8aa37
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
AllCops: Exclude: - "test/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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
serviceworker-rails-0.5.1 | .rubocop.yml |
serviceworker-rails-0.4.0 | .rubocop.yml |