We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810ec37 commit 19ddd2eCopy full SHA for 19ddd2e
util/xt-recent-aspell.p6
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+# Test only the most recent commits for spelling issues.
4
+# (much faster than running the whole xt/aspell.t test)
5
6
+perl6 xt/aspell.t $(git llog | egrep '^M.*\.(pod6|md)$' | head -40 | sort -u | awk '{print $2}')
0 commit comments