From 046df91122baeb4034851352c0bf499ca57e7323 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sat, 26 Oct 2024 14:14:24 +0200 Subject: [PATCH] Lintian: removed pedantic (for now) From the man page of lintian: Pedantic tags are Lintian at its most pickiest and include checks for particular Debian packaging styles and checks that many people disagree with. Expect false positives and Lintian tags that you don't consider useful if you use this option. Adding overrides for pedantic tags is probably not worth the effort. For now this seems to be a huge overkill. Signed-off-by: Jan Vermaete --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 285ee16..9a9b293 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,5 +67,5 @@ jobs: branch: 'ubuntu_20_04' - name: Lintian - run: lintian --pedantic --info --display-info opendds.deb + run: lintian --info --display-info opendds.deb if: always()