Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Created August 14, 2019 07:18
Show Gist options
  • Save Manyaka/5988716a98189db3517e952523bcac5c to your computer and use it in GitHub Desktop.
Save Manyaka/5988716a98189db3517e952523bcac5c to your computer and use it in GitHub Desktop.
.slim-lint.yml
exclude:
- 'app/views/markup/**/*.slim'
- 'app/views/admin/base/_editor_icons.html.slim'
- 'app/views/layouts/mailer.html.slim'
linters:
CommentControlStatement:
enabled: true
ConsecutiveControlStatements:
max_consecutive: 1
EmptyControlStatement:
enabled: true
LineLength:
max: 120
RedundantDiv:
enabled: true
Tab:
enabled: true
TagCase:
enabled: true
TrailingWhitespace:
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment