Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Fiedorowicz <michal@codefella.com>
  • Loading branch information
leoparente and mfiedorowicz authored Dec 18, 2024
1 parent f9f88c5 commit e97f0ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
zrun:
run:
timeout: 5m
modules-download-mode: readonly

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ test-coverage:

.PHONY: lint
lint:
@golangci-lint run ./... --config ../.github/golangci.yaml
@golangci-lint run ./... --config .github/golangci.yaml

.PHONY: fix-lint
fix-lint:
@golangci-lint run ./... --config ../.github/golangci.yaml --fix
@golangci-lint run ./... --config .github/golangci.yaml --fix

agent:
docker build --no-cache \
Expand Down

0 comments on commit e97f0ed

Please sign in to comment.