This commit is contained in:
parent
7f71c9bc4d
commit
62edcaac67
1 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,13 @@ repos:
|
|||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- id: fix-byte-order-marker
|
||||
- id: mixed-line-ending
|
||||
args: ['--fix=lf']
|
||||
description: Enforces using only 'LF' line endings.
|
||||
- id: trailing-whitespace
|
||||
- id: check-yaml
|
||||
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
|
||||
rev: v0.1.3
|
||||
rev: v1.0.0
|
||||
hooks:
|
||||
- id: scalafmt
|
||||
|
|
Loading…
Add table
Reference in a new issue