projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2973ef
)
CI: Add the mypy arguments to the WoodPecker CI
author
Alexander Popov
<alex.popov@linux.com>
Mon, 13 May 2024 23:56:14 +0000
(
02:56
+0300)
committer
Alexander Popov
<alex.popov@linux.com>
Mon, 13 May 2024 23:56:23 +0000
(
02:56
+0300)
.woodpecker/functional_test.yml
patch
|
blob
|
history
diff --git
a/.woodpecker/functional_test.yml
b/.woodpecker/functional_test.yml
index 020b1d50a770488deb3578f5cc993e2e335abf9f..2196f6c5b189b65694dd04658298d8c1113999d2 100644
(file)
--- 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