Move markdownlint to `make lint`
9524-add-shellcheck-linter
What does this MR do?
- Moves the execution of
markdownlint
to themake lint
target. - Widens the scope of
markdownlint
to files outside ofdocs/**
, namelydockerfiles/**
and files at the repo root.
Why was this MR needed?
- To make
make lint
more encompassing and catch more documentation issues, as well as to add it to the Code Climate report.
What's the best way to test this MR?
Run make lint
and reintroduce some of the fixed issues.
What are the relevant issue numbers?
Edited by Pedro Pombeiro