Merge pull request 'Only exit on errors.' (#120) from feature/relax-pkgcheck into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #120
This commit is contained in:
Manuel Friedli 2023-05-29 00:58:52 +02:00
commit a6e1908d72
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ steps:
- name: run-pkgcheck
image: tastytea/pkgcheck:latest
commands:
- pkgcheck --color true scan --exit error,warning,style --net .
- pkgcheck --color true scan --exit error --net .