chore(lint): do not lint the path helper lib.

This commit is contained in:
Alexandre Pujol 2024-04-28 00:48:17 +01:00
parent 00f6d88cb8
commit fc64028097
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -30,7 +30,7 @@ golangci-lint:
stage: lint
image: golangci/golangci-lint
script:
- golangci-lint run
- golangci-lint run --skip-dirs pkg/paths
packer:
stage: lint