Skip to content

Commit 91aad74

Browse files
Update golines pre-commit hook
To use the original upstream repo. The reason for using the fork is outlined in[1], but the underlying issue was addressed upstream with[2] (but there's not be a tagged release since, so just pin to the commit for now) Link: https://github.com/utilitywarehouse/dev-enablement-mono//commit/e46c244277da40785c5c592deb7e37cd50dc55fe [1] Link: segmentio/golines@fc30520 [2]
1 parent 4287a70 commit 91aad74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ repos:
44
hooks:
55
- id: golangci-lint-full
66
- id: golangci-lint-config-verify
7-
- repo: https://github.com/matthewhughes934/golines
8-
rev: v0.12.0
7+
- repo: https://github.com/segmentio/golines
8+
rev: fc305205784a70b4cfc17397654f4c94e3153ce4
99
hooks:
1010
- id: golines
1111
- repo: https://gitlab.com/matthewhughes/go-pre-commit

0 commit comments

Comments
 (0)