DFE-Digital/govuk-components

View on GitHub
.slim-lint.yml

Summary

Maintainability
Test Coverage
---
skip_frontmatter: true

linters:
  ControlStatementSpacing:
    enabled: false
  LineLength:
    enabled: false
  RuboCop:
    enabled: false
    ignored_cops:
      # it's a static site, what's the worst that can happen? 😅
      - Security/Eval