Skip to content
Snippets Groups Projects
Commit 01c2fa67 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

eslint

parent 27cbf30b
No related branches found
No related tags found
1 merge request!1188TMSS-2810 "Multiple TMSS FrontEnd Unit tests Fixed"
......@@ -952,10 +952,11 @@ eslint_TMSSFrontEnd:
allow_failure: true
script:
- echo "Eslinting TMSS FrontEnd..."
- mkdir /tmp/eslint
- cd /builds/ro/lofar/SAS/TMSS/frontend/tmss_webapp
- ls -al
- npx eslint -f json . --output-file=/tmp/eslint.json
- ls -al /tmp/eslint.json
- npx eslint -f json . --output-file=/tmp/eslint/eslint.json
- ls -al /tmp/eslint/eslint.json
- echo "done"
needs:
......@@ -964,8 +965,10 @@ eslint_TMSSFrontEnd:
name: front-end-json-eslint-quality-report
when: always
expire_in: never
paths:
- /tmp/eslint/
reports:
codequality: /tmp/eslint.json
codequality: /tmp/eslint/eslint.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment