Skip to content

Commit

Permalink
Merge pull request #6995 from freedomofpress/bark-sooner
Browse files Browse the repository at this point in the history
build(`lint`): run ruff first
  • Loading branch information
zenmonkeykstop authored Oct 12, 2023
2 parents f01decb + ddea15f commit 0e33e3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ yamllint: ## Lint YAML files (does not validate syntax!).
@yamllint --strict .
@echo

# While the order mostly doesn't matter here, keep "check-ruff" first, since it
# gives the broadest coverage and runs (and therefore fails) fastest.
.PHONY: lint
lint: ansible-config-lint app-lint check-black check-desktop-files check-strings check-ruff check-supported-locales html-lint shellcheck typelint yamllint ## Runs all lint checks
lint: check-ruff ansible-config-lint app-lint check-black check-desktop-files check-strings check-supported-locales 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 0e33e3b

Please sign in to comment.