Skip to content

Commit

Permalink
fix nilcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed Apr 15, 2024
1 parent 5a53496 commit 5813d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ lint: ## Run lint against code.

.PHONY: nilcheck
nilcheck: nilaway ## Run nil check against code.
nilaway ./...
go list ./... | xargs -I {} -d '\n' nilaway -include-pkgs {} -exclude-file-docstrings "ignore_autogenerated" ./...

.PHONY: vulncheck
vulncheck: govulncheck ## Run vulnerability check against code.
Expand Down

0 comments on commit 5813d19

Please sign in to comment.