@ -8,9 +8,8 @@
} ,
"scripts" : {
"test:links:check" : "find . -name \\*.md ! -path \"./node_modules/*\" -exec ./node_modules/markdown-link-check/markdown-link-check -v -c CI/linkchecker/link_check_conf.json {} \\; 2>&1 | tee linkchecker.out" ,
"test:links:display" : "cat linkchecker.out" ,
"test:links:verify" : "! grep -n '[✖]\\|ERROR' ./linkchecker.out" ,
"test:links" : "npm run test:links:check && npm run test:links:display && npm run test:links: verify" ,
"test:links" : "npm run test:links:check && npm run test:links:verify" ,
"test:markdown:error" : "node ./node_modules/markdownlint-cli/markdownlint.js --ignore 'env' --ignore 'node_modules' --config CI/markdownlint/lint-base-style.yml '**/*.md' 2>&1 | tee ./markdownlint.out" ,
"test:markdown:info" : "node ./node_modules/markdownlint-cli/markdownlint.js --ignore 'env' --ignore 'node_modules' --config CI/markdownlint/lint-info-style.yml '**/*.md' 2>&1 | tee ./markdownlint_info.out" ,
"test:markdown:verify" : "! grep -nE 'MD[0-9]+/.+' ./markdownlint.out" ,