Skip to content

Commit

Permalink
Lintian: removed pedantic (for now)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vermaete committed Oct 26, 2024
1 parent e9f11d6 commit 046df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 046df91

Please sign in to comment.