Skip to content

Commit 70e6603

Browse files
committed
Disable trailing whitespace linter in Guix files
1 parent ef7e9e1 commit 70e6603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
args: [--markdown-linebreak-ext=md]
14-
exclude: ^guix/resources/guix-acl-keys/
14+
exclude: ^guix/(resources/guix-acl-keys/|machines|services)
1515

1616
- repo: local
1717
hooks:

0 commit comments

Comments
 (0)