Skip to content

Commit 01a6f5a

Browse files
committed
Change tense of hook descriptions
With parallelized hook runs, displaying "Running..." after the hook has run doesn't really make sense. Switch to present tense. While past tense might make more sense here, present reads fine and takes up less space (i.e. there is no "...ed" tacked on to every verb). It also makes more sense to read in the YAML configuration. I still think there will come a time where Overcommit provides better output during parallelized runs (i.e. showing live progress), but I'm content that this is "good enough" for now.
1 parent e17a7ff commit 01a6f5a

File tree

3 files changed

+98
-95
lines changed

3 files changed

+98
-95
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
a regex pattern
1414
* Switch `ScssLint` pre-commit hook to use the JSON output formatter instead
1515
of the default formatter
16+
* Change tense of hook descriptions from progressive indicative form ("Running")
17+
to indicative present form ("Run") so output reads better in parallel hook
18+
runs
1619

1720
## 0.32.0.rc1
1821

0 commit comments

Comments
 (0)