Separate and speedup markdown linting
- remove
cki_check_links.shand integrate it incki_lint.sh - execute
markdownlintandurlcheckeron globs instead of calling it once per file, reducing linting process time - separate code linting from markdown linting in
cki_lint.sh, allowing to select it through both args and env vars (avoiding otherwise necessary edits on all projects that lint throughtox) - add .
markdownlintGitLab CI stage template - enable
markdownlintstage forcki-lib-> note that all projects that were linting markdown now needs to enable this stage - update
cki_lint.shdocumentation accordingly
[skip-coverage-check] because it doesn't make sense to cover this feature with shellspec
Close: #94
Edited by Simone Tollardo