Skip to content

Commit

Permalink
build(lint): run "check-strings"
Browse files Browse the repository at this point in the history
This list was *almost* in alphabetical order, so I've reordered it.  If
there's a logical order in which we want these targets to run, we should
document that.
  • Loading branch information
cfm committed Aug 18, 2023
1 parent 31284c5 commit 63be596
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 @@ -139,7 +139,7 @@ yamllint: ## Lint YAML files (does not validate syntax!).
@echo

.PHONY: lint
lint: ansible-config-lint check-ruff app-lint check-black html-lint shellcheck typelint yamllint ## Runs all lint checks
lint: ansible-config-lint app-lint check-black check-strings check-ruff html-lint shellcheck typelint yamllint ## Runs all lint checks

.PHONY: safety
safety: ## Run `safety check` to check python dependencies for vulnerabilities.
Expand Down

0 comments on commit 63be596

Please sign in to comment.