]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: python:check-code: allow failure docs-bump-python3-dawk58/deployments/9800
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 6 Aug 2026 21:02:04 +0000 (23:02 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 6 Aug 2026 22:05:11 +0000 (00:05 +0200)
For now, it's not worth changing working code just to satisfy the linter.
The updated rules will apply to new code and help guide future refactoring.

.gitlab-ci.yml

index e4072d694a26eab7b840540f189bf8d1649a0bd7..9082c381f1fac395a8735967eb8d639a3cffbfa4 100644 (file)
@@ -894,6 +894,7 @@ python:check:code:
   script:
     - poetry install --all-extras --only main,dev,lint
     - poe check-code
+  allow_failure: true
 
 python:test:examples:
   <<: *python