Add the comment about 'if arch' for the 'cut_attack_surface' checks
[kconfig-hardened-check.git] / .woodpecker / functional_test.yml
index 020b1d50a770488deb3578f5cc993e2e335abf9f..6eab6a51c58dedfd46c56df4db34588fa3cb2808 100644 (file)
@@ -28,7 +28,16 @@ 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
+  pylint-checking:
+    image: python:3
+    pull: true
+    commands:
+      - echo "Install the pylint tool..."
+      - python --version
+      - pip install --no-cache-dir pylint
+      - pip install --no-cache-dir setuptools
+      - pylint --recursive=y kernel_hardening_checker setup.py
   functional-test-with-coverage:
     image: python:3
     pull: true