Skip to content

Commit

Permalink
devx: Reduce verbosity of fix-whitespace command
Browse files Browse the repository at this point in the history
Fixes #10744
  • Loading branch information
mpickering committed Jan 13, 2025
1 parent 529bd1f commit 86e8e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ style-commit: ## Run the code styler on the previous commit.

.PHONY: whitespace
whitespace: ## Run fix-whitespace in check mode.
fix-whitespace --check --verbose
fix-whitespace --check

.PHONY: fix-whitespace
fix-whitespace: ## Run fix-whitespace in fix mode.
fix-whitespace --verbose
fix-whitespace

.PHONY: lint
lint: ## Run HLint.
Expand Down

0 comments on commit 86e8e6f

Please sign in to comment.