🔥 Removes Markdownlint, since those are generated anyway

This commit is contained in:
Franck Nijhof 2018-05-10 15:36:00 +02:00
parent bce4d871f8
commit 2511315795
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -35,13 +35,3 @@ jsonlint:
exit 1
fi
markdownlint:
<<: *linting
image:
name: ruby:alpine
entrypoint: [""]
before_script:
- gem install mdl
- mdl --version
script:
- mdl --style all --warnings .