Skip to content

Commit

Permalink
feat(Makefile): add nilaway target
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Nov 18, 2023
1 parent 343d2cc commit 04287c4
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 @@ -98,6 +98,9 @@ staticcheck: ## Runs the staticcheck linter.
@staticcheck ./...
.PHONY: staticcheck

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

# Run semgrep checker.
.PHONY: semgrep
semgrep:
Expand Down

0 comments on commit 04287c4

Please sign in to comment.