Broken makefile #8436
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
Expected Behavior
make goimports
should work correctly.Actual Behavior
goimports installation failed
Steps to Reproduce the Problem
.bin/goimports
make goimports
Tools like
ineffassign
,staticcheck
,dupl
, anderrcheck
can be removed from the Makefile.The
goimports
installation can either be fixed or removed, as it's verifiable viagolangci-lint
. However, its presence is convenient sincemake goimports
resolves all import issues.The text was updated successfully, but these errors were encountered: