Sha256: 3318c3a192f38c3267db1c750329d6b2db93a24f4dc8be60f0032d4dbdd5919a
Contents?: true
Size: 825 Bytes
Versions: 4
Compression:
Stored size: 825 Bytes
Contents
AllCops: TargetRubyVersion: 2.7 NewCops: enable Exclude: - bin/* - "**/vendor/**/*" - db/schema.rb - db/migrate/* - "node_modules/**/*" - "spec/decidim_dummy_app/**/*" Metrics/BlockLength: Enabled: true Max: 50 Exclude: - lib/tasks/*.rake Metrics/MethodLength: CountComments: false Max: 15 Enabled: false Naming/PredicateName: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Layout/SpaceAroundOperators: Enabled: false # When true, allows most uses of extra spacing if the intent is to align # with an operator on the previous or next line, not counting empty lines # or comment lines. AllowForAlignment: true
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
decidim-cdtb-0.1.8 | .rubocop.yml |
decidim-cdtb-0.1.7 | .rubocop.yml |
decidim-cdtb-0.1.6 | .rubocop.yml |
decidim-cdtb-0.1.4 | .rubocop.yml |