From 01e6e79a689787f54fc9156765082f9cce1804b0 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 11 Jan 2023 01:06:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9ECONTRIBUTING.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update contribution rules. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96bd551..9c28268 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ After you're done, please make sure that your changes don't upset [`pkgcheck`](https://wiki.gentoo.org/wiki/Pkgcheck). Run the following command and fix warnings and errors: - pkgcheck scan --net . + pkgcheck scan --exit error.warning,style --net . Then send me the pull request. If you want, you can also create an issue along with it. But you don't have to.