summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-06-29 19:41:22 +0200
committerGitHub <noreply@github.com>2021-06-29 19:41:22 +0200
commit2b65c53d2b520d5664fba80914a81d079bfc32a6 (patch)
treec743242e2f1ea513e68b2475354ba5f2c805ddda /.github/workflows
parent327cca7e2eb52eb104a1d436e3e72e9f5be5b08b (diff)
downloadspack-2b65c53d2b520d5664fba80914a81d079bfc32a6.tar.gz
spack-2b65c53d2b520d5664fba80914a81d079bfc32a6.tar.bz2
spack-2b65c53d2b520d5664fba80914a81d079bfc32a6.tar.xz
spack-2b65c53d2b520d5664fba80914a81d079bfc32a6.zip
vermin: show line numbers of violations (#24580)
This commit runs vermin with the --violations option that shows details of the violations to target requirements.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/unit_tests.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml
index 213a4c2c5f..90ff168848 100644
--- a/.github/workflows/unit_tests.yaml
+++ b/.github/workflows/unit_tests.yaml
@@ -24,9 +24,9 @@ jobs:
pip install --upgrade pip
pip install --upgrade vermin
- name: vermin (Spack's Core)
- run: vermin --backport argparse --backport typing -t=2.6- -t=3.5- -v lib/spack/spack/ lib/spack/llnl/ bin/
+ run: vermin --backport argparse --violations --backport typing -t=2.6- -t=3.5- -vvv lib/spack/spack/ lib/spack/llnl/ bin/
- name: vermin (Repositories)
- run: vermin --backport argparse --backport typing -t=2.6- -t=3.5- -v var/spack/repos
+ run: vermin --backport argparse --violations --backport typing -t=2.6- -t=3.5- -vvv var/spack/repos
# Run style checks on the files that have been changed
style:
runs-on: ubuntu-latest