Disable trailing-whitespace linter, as it's creating problem when testing files with weird whitespaces on purpose
This commit is contained in:
parent
c7b00c6248
commit
1a3dd4e9f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue