Skip to content

Commit

Permalink
remove lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
randytqwjp committed Oct 23, 2024
1 parent ca36611 commit 5677abc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ jobs:
run: make build
- name: Test
run: make test
- name: Lint-fix
run: make lint-fix
- name: Lint
run: make lint
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ lint:
.PHONY: lint-fix
lint-fix: golangci-lint ## Run golangci-lint linter and perform fixes
find . -name "*.go" | xargs gci write --section Standard --section Default --section "Prefix(github.com/mercari/tortoise)" --section blank --section dot
@make lint args='--fix -v' cons_args='-v'
@make lint args='--fix -v --timeout=10m' cons_args='-v'

##@ Build

Expand Down

0 comments on commit 5677abc

Please sign in to comment.