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.
doc
1 parent 89ed4db commit d9b1737Copy full SHA for d9b1737
ci/base-tests.sh
@@ -4,7 +4,7 @@ echo "Running clippy base tests"
4
5
PATH=$PATH:./node_modules/.bin
6
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
7
- remark -f *.md > /dev/null
+ remark -f *.md -f doc/*.md > /dev/null
8
fi
9
# build clippy in debug mode and run tests
10
cargo build --features debugging
0 commit comments