Skip to content

Commit

Permalink
manual updates part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Oct 3, 2024
1 parent cb0ddf0 commit bb3ed16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
with:
version: v1.60.2
args: --out-format=colored-line-number --timeout=10m
args: --out-format=colored-line-number --config .golangci.yml
working-directory: ${{matrix.working-directory}}
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
run:
timeout: 10m
go: "1.22"
build-tags:
- e2e
allow-parallel-runners: true

linters:
disable-all: true
enable:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ help: ## Display this help.

.PHONY: lint
lint: $(GOLANGCI_LINT) lint-latest ## Lint codebase.
$(GOLANGCI_LINT) run -v --timeout=8m0s --print-resources-usage --go=$(GO_VERSION) $(GOLANGCI_LINT_EXTRA_ARGS)
$(GOLANGCI_LINT) run -v --print-resources-usage --go=$(GO_VERSION) $(GOLANGCI_LINT_EXTRA_ARGS)

.PHONY: lint-fix
lint-fix: $(GOLANGCI_LINT) ## Lint the codebase and run auto-fixers if supported by the linter.
Expand Down

0 comments on commit bb3ed16

Please sign in to comment.