Skip to content
Snippets Groups Projects

swh-pipeline: Execute all code quality checks instead of just flake8

3 unresolved threads
Files
3
@@ -61,7 +61,7 @@ pipeline {
parallel {
stage ('Code quality') {
steps {
sh '''SKIP=mypy,eslint,cargo-check pre-commit run --all-files'''
sh '''SKIP={{precommit_skip_checks}} pre-commit run --all-files'''
}
}
stage ('mypy') {
Loading