Skip to content
Snippets Groups Projects
Commit e430e268 authored by Holger Levsen's avatar Holger Levsen
Browse files

Update lintian overrides for tests being tagged source-is-missing|prebuilt

parent 04f2114f
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,18 @@ very-long-line-length-in-source-file * > 512 [tests/data/*]
# we are fully aware of this
# https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/66
source-is-missing [tests/data/test1.debug]
source-is-missing [tests/data/test1.o]
source-is-missing [tests/data/test2.debug]
source-is-missing [tests/data/test2.o]
source-is-missing [tests/data/test1.pyc-renamed]
source-is-missing [tests/data/test2.pyc-renamed]
source-contains-prebuilt-binary [tests/data/test1.debug]
source-contains-prebuilt-binary [tests/data/test2.debug]
source-contains-prebuilt-windows-binary [tests/data/test1.exe]
source-contains-prebuilt-windows-binary [tests/data/test2.exe]
source-contains-prebuilt-wasm-binary [tests/data/hello1.wasm]
source-contains-prebuilt-wasm-binary [tests/data/hello2.wasm]
# not detected anymore by current lintian
# left here for convinience when reenabling them again
#source-is-missing [tests/data/test1.o]
#source-is-missing [tests/data/test2.o]
#source-is-missing [tests/data/test1.pyc-renamed]
#source-is-missing [tests/data/test2.pyc-renamed]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment