Sha256: a7711df849ee5c1f9dbc6983bc8a84d653bd4ff6c7e064dc7cdef68c24f0115d
Contents?: true
Size: 1.39 KB
Versions: 3
Compression:
Stored size: 1.39 KB
Contents
AllCops: Exclude: - "test/tmp/**/*" - "tmp/**/*" - "coverage/**/*" - "gemfiles/**/*" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
serviceworker-rails-0.5.5 | .rubocop.yml |
serviceworker-rails-0.5.4 | .rubocop.yml |
serviceworker-rails-0.5.3 | .rubocop.yml |