Skip to content

Commit e9c46c7

Browse files
committed
Tasks for auditing and checking licenses and bans
We're running these on CI, we should have a way to run it locally [doc only]
1 parent 4e06ab4 commit e9c46c7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ lint-python-fix: setup-python ## Run ruff and mypy to lint Python code
120120

121121
.PHONY: lint-rust lint-kotlin lint-swift lint-yaml
122122

123+
check-licenses:
124+
cargo deny check licenses
125+
126+
check-bans:
127+
cargo deny check bans
128+
129+
check: check-licenses check-bans
130+
131+
.PHONY: check-licenses check-bans check
132+
123133
# Formatting
124134

125135
fmt-rust: ## Format all Rust code

0 commit comments

Comments
 (0)