Sha256: be6c3962d96b0d21ca462e86df9aa003f8bd8ca2947c3391c9df29bd70015abf

Contents?: true

Size: 523 Bytes

Versions: 15

Compression:

Stored size: 523 Bytes

Contents

---
EnableDefaultLinters: true
exclude:
  - "node_modules/**/*"
  - "vendor/**/*"
linters:
  ErbSafety:
    enabled: true
<% if File.exist?(".rubocop.yml") -%>
  Rubocop:
    enabled: true
    rubocop_config:
      inherit_from:
        - .rubocop.yml
      Layout/InitialIndentation:
        Enabled: false
      Layout/TrailingEmptyLines:
        Enabled: false
      Lint/UselessAssignment:
        Enabled: false
      Naming/FileName:
        Enabled: false
      Rails/OutputSafety:
        Enabled: false
<% end -%>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
nextgen-0.14.0 template/.erb-lint.yml.tt
nextgen-0.13.0 template/.erb-lint.yml.tt
nextgen-0.12.0 template/.erb-lint.yml.tt
nextgen-0.11.0 template/.erb-lint.yml.tt
nextgen-0.10.0 template/.erb-lint.yml.tt
nextgen-0.9.0 template/.erb-lint.yml.tt
nextgen-0.8.0 template/.erb-lint.yml.tt
nextgen-0.7.0 template/.erb-lint.yml.tt
nextgen-0.6.0 template/.erb-lint.yml.tt
nextgen-0.5.1 template/.erb-lint.yml.tt
nextgen-0.5.0 template/.erb-lint.yml.tt
nextgen-0.4.0 template/.erb-lint.yml.tt
nextgen-0.3.0 template/.erb-lint.yml.tt
nextgen-0.2.0 template/.erb-lint.yml.tt
nextgen-0.1.0 template/.erb-lint.yml.tt