Disable trailing-whitespace linter, as it's creating problem when testing files with weird whitespaces on purpose

This commit is contained in:
Alessio Bogon 2022-03-09 16:53:06 +01:00
parent c7b00c6248
commit 1a3dd4e9f4
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: trailing-whitespace
# disabled because it goes in the way when testing
# gherkin files with weird whitespaces on purpose
# - id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files