Skip to content

Commit

Permalink
feat: add nilaway Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Nov 27, 2023
1 parent ef04aea commit 61ec47f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ revive: ## Run linter (using revive)
gosec: ## Run security vulnerability checker
gosec -quiet -exclude=G104 ./{cmd,pkg}/...

nilaway: ## Run nilaway
@nilaway ./...

# Run semgrep checker.
# NOTE: We can only exclude the import-text-template rule via a semgrep CLI flag
.PHONY: semgrep
Expand Down

0 comments on commit 61ec47f

Please sign in to comment.