Platoniq/decidim-module-comparative_stats

View on GitHub
.erb-lint.yml

Summary

Maintainability
Test Coverage
---

linters:
  ExtraNewline:
    enabled: true

  FinalNewline:
    enabled: true

  SpaceAroundErbTag:
    enabled: true

  AllowedScriptType:
    enabled: true
    allowed_types:
      - text/javascript
      - text/template
      - text/x-jsrender

  Rubocop:
    enabled: true

    rubocop_config:
      AllCops:
        DisabledByDefault: true

      Style/StringLiterals:
        EnforcedStyle: double_quotes

      Layout/SpaceInsideHashLiteralBraces:
        Enabled: true