You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note: output on successful commit will be omitted, you can use the `VERBOSE=true` env to get positive output.** (Functionality of [verbose](https://pub.dev/packages/verbose))
50
+
49
51
```bash
50
-
# Lint last commit from history
51
-
commitlint --from=HEAD~1
52
+
# Output on successful commit will be omitted
53
+
echo'feat: test message'| dart run commitlint_cli
54
+
# Verbse Output on successful commit
55
+
echo'feat: test message'| VERBOSE=true dart run commitlint_cli
0 commit comments