You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have done an online assessment to WORSICA, and we noticed this:
JavaScript files are not fully compliant with stylelint standard
This is the command that does the check:
(
cd github.com/WORSICA/eosc-worsica-frontend &&
npx stylelint **/*.vue
)
We do not understand why is it checking .vue files, since WORSICA has .js files.
Also, it should not be a desired requirement, since not all projects do have Javascript/VUE files.
Our suggestion to fix this is by verifying before if repository has .vue files or .js files in order to do that check.
The text was updated successfully, but these errors were encountered:
docker-compose -f .sqa/docker-compose.yml --project-directory /jenkins/workspace/sica-frontend.assess.sqaaas_main/ exec -T qc.sty_skanky-maroon-chihuahua /usr/bin/env sh .sqa/script.cheeky-peach-cheetah.sh
Error: ENOENT: no such file or directory, open '/sqaaas-build/github.com/WORSICA/eosc-worsica-frontend/root/.stylelintrc.json'
npm notice
npm notice New major version of npm available! 8.19.2 -> 9.1.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.1.1
npm notice Run npm install -g [email protected] to update!
npm notice
We have done an online assessment to WORSICA, and we noticed this:
This is the command that does the check:
We do not understand why is it checking .vue files, since WORSICA has .js files.
Also, it should not be a desired requirement, since not all projects do have Javascript/VUE files.
Our suggestion to fix this is by verifying before if repository has .vue files or .js files in order to do that check.
The text was updated successfully, but these errors were encountered: