Skip to content
Snippets Groups Projects
Verified Commit 9d5139d7 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Do not lint frontend part

parent 461ab817
Branches stable-2.11
Tags 2.11.2
1 merge request!34Reformat
Pipeline #173423 failed
...@@ -29,7 +29,6 @@ commands_pre = ...@@ -29,7 +29,6 @@ commands_pre =
commands = commands =
poetry run ruff check {posargs} aleksis/ poetry run ruff check {posargs} aleksis/
yarnpkg --cwd=.dev-js run prettier --ignore-path={toxinidir}/.prettierignore {posargs} --check .. yarnpkg --cwd=.dev-js run prettier --ignore-path={toxinidir}/.prettierignore {posargs} --check ..
yarnpkg --cwd=.dev-js run eslint ../aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js --resolve-plugins-relative-to=.
[testenv:security] [testenv:security]
commands_pre = commands_pre =
......
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