We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0591bda commit 46d9c95Copy full SHA for 46d9c95
Makefile
@@ -38,6 +38,10 @@ lint: ## Run ruff linter
38
lint-fix: ## Run ruff linter with auto-fix
39
poetry run ruff check --fix leakix/ tests/ example/ executable/
40
41
+.PHONY: lint-shell
42
+lint-shell: ## Lint shell scripts using shellcheck
43
+ shellcheck .github/scripts/*.sh
44
+
45
.PHONY: typecheck
46
typecheck: ## Run mypy type checker
47
poetry run mypy leakix/
0 commit comments