Skip to content

Commit e94ced8

Browse files
authored
[chore]: remove testifylint-fix target (#12828)
#### Description golangci-lint is now able to apply suggested fixes from testifylint with golangci-lint --fix . This PR removes testifylint-fix target from Makefile. Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 8f51069 commit e94ced8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ gotest-with-cover:
6060
gotest-with-junit:
6161
@$(MAKE) for-all-target TARGET="test-with-junit"
6262

63-
.PHONY: gotestifylint-fix
64-
gotestifylint-fix:
65-
$(MAKE) for-all-target TARGET="testifylint-fix"
66-
6763
.PHONY: goporto
6864
goporto: $(PORTO)
6965
$(PORTO) -w --include-internal --skip-dirs "^cmd/mdatagen/third_party$$" ./

0 commit comments

Comments
 (0)