Skip to content

Commit

Permalink
[build] hide lengthy mispell command (open-telemetry#7794)
Browse files Browse the repository at this point in the history
* [build] hide lengthy mispell command

Trim command output when running misspell to reduce clutter.

Fixes open-telemetry#7784
  • Loading branch information
Alex Boten committed Feb 11, 2022
1 parent 890774c commit fad970b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.Common
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ porto:

.PHONY: misspell
misspell:
$(MISSPELL) $(ALL_SRC_AND_DOC)
@echo "running $(MISSPELL)"
@$(MISSPELL) $(ALL_SRC_AND_DOC)

.PHONY: misspell-correction
misspell-correction:
Expand Down

0 comments on commit fad970b

Please sign in to comment.