lint: partially
This commit is contained in:
parent
47d6fbf381
commit
67f30f86ef
7 changed files with 14 additions and 27 deletions
1
justfile
1
justfile
|
@ -9,7 +9,6 @@ fix:
|
|||
lint:
|
||||
pre-commit run go-vet-mod || true # runs go vet
|
||||
pre-commit run go-lint || true # runs golint
|
||||
pre-commit run go-critic || true # runs gocritic
|
||||
|
||||
# lint all issues in - or due - to staged files
|
||||
lint-all:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue