Skip to content
Snippets Groups Projects
Verified Commit 5891bf53 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update tox.ini

parent 223264d4
No related branches found
No related tags found
1 merge request!15Update tox.ini
Pipeline #133514 failed
......@@ -27,7 +27,7 @@ commands =
poetry run isort -c --diff --stdout aleksis/
poetry run flake8 {posargs} aleksis/
poetry run sh -c "aleksis-admin yarn run prettier --check --ignore-path={toxinidir}/.prettierignore {toxinidir}"
poetry run sh -c "aleksis-admin yarn run eslint {toxinidir}/aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js.in --resolve-plugins-relative-to=."
poetry run sh -c "aleksis-admin yarn run eslint {toxinidir}/aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js --resolve-plugins-relative-to=."
[testenv:security]
commands =
......
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