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

tweaking eslint

parent 01c2fa67
No related branches found
No related tags found
1 merge request!1188TMSS-2810 "Multiple TMSS FrontEnd Unit tests Fixed"
...@@ -951,12 +951,15 @@ eslint_TMSSFrontEnd: ...@@ -951,12 +951,15 @@ eslint_TMSSFrontEnd:
image: ci_tmss:$CI_COMMIT_SHORT_SHA image: ci_tmss:$CI_COMMIT_SHORT_SHA
allow_failure: true allow_failure: true
script: script:
- echo "Eslinting TMSS FrontEnd..." - echo "Eslinting TMSS FrontEnd..."
- pwd
- mkdir /tmp/eslint - mkdir /tmp/eslint
- cd /builds/ro/lofar/SAS/TMSS/frontend/tmss_webapp - cd /builds/ro/lofar/SAS/TMSS/frontend/tmss_webapp
- mkdir quality
- ls -al - ls -al
- npx eslint -f json . --output-file=/tmp/eslint/eslint.json - npx eslint -f json . --output-file=quality/eslint.json || true
- ls -al /tmp/eslint/eslint.json - ls -al
- echo "done" - echo "done"
needs: needs:
...@@ -966,9 +969,9 @@ eslint_TMSSFrontEnd: ...@@ -966,9 +969,9 @@ eslint_TMSSFrontEnd:
when: always when: always
expire_in: never expire_in: never
paths: paths:
- /tmp/eslint/ - /builds/ro/lofar/SAS/TMSS/frontend/tmss_webapp/quality
reports: reports:
codequality: /tmp/eslint/eslint.json codequality: /builds/ro/lofar/SAS/TMSS/frontend/tmss_webapp/quality/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