X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.woodpecker%2Ffunctional_test.yml;h=2196f6c5b189b65694dd04658298d8c1113999d2;hb=c239bfb0931e74c961d5a5f1f76b883e62e9354f;hp=020b1d50a770488deb3578f5cc993e2e335abf9f;hpb=a88e0633185026fbd02184061a6f12b004da7fa0;p=kconfig-hardened-check.git diff --git a/.woodpecker/functional_test.yml b/.woodpecker/functional_test.yml index 020b1d5..2196f6c 100644 --- a/.woodpecker/functional_test.yml +++ b/.woodpecker/functional_test.yml @@ -28,7 +28,7 @@ steps: - echo "Install the mypy tool..." - python --version - pip install --no-cache-dir mypy - - mypy kernel_hardening_checker/ + - mypy kernel_hardening_checker/ --show-error-context --pretty --no-incremental --check-untyped-defs --disallow-untyped-defs --strict-equality functional-test-with-coverage: image: python:3 pull: true