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 9c3eacd commit 4986499Copy full SHA for 4986499
bin/check
@@ -2,4 +2,4 @@
2
#
3
set -euo pipefail
4
5
-bundle exec mdl $(find . -name '*.md'|grep -E -v '(SUMMARY.md|vendor/)')
+bundle exec mdl $(find . -name '*.md' | grep -E -v '(SUMMARY.md|vendor/|node_modules/)')
0 commit comments