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 73264b7 commit a52ea3dCopy full SHA for a52ea3d
util/xt-recent-aspell.sh
@@ -3,4 +3,4 @@
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}')
+perl6 xt/aspell.t $(git llog | egrep '^M.*\.(pod6|md)$' | grep -v 'contributors.pod6' | head -40 | sort -u | awk '{print $2}')
0 commit comments