summaryrefslogtreecommitdiff
path: root/support/pkgcheck/src/messages/errorsd.rs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-13 03:00:58 +0000
committerNorbert Preining <norbert@preining.info>2019-12-13 03:00:58 +0000
commitfdd3c58e8e5b37dcf9affd49326899988992c074 (patch)
treeaa8c48c62e863ef5d009eaf03fc5b66b9b6888ec /support/pkgcheck/src/messages/errorsd.rs
parent867fe7fec2734700356f0f80dbfcad265a6e4e54 (diff)
CTAN sync 201912130300
Diffstat (limited to 'support/pkgcheck/src/messages/errorsd.rs')
-rw-r--r--support/pkgcheck/src/messages/errorsd.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/pkgcheck/src/messages/errorsd.rs b/support/pkgcheck/src/messages/errorsd.rs
index bd726754c0..f839f5538b 100644
--- a/support/pkgcheck/src/messages/errorsd.rs
+++ b/support/pkgcheck/src/messages/errorsd.rs
@@ -443,3 +443,13 @@ directories but no files.
)
}
+pub fn e0035d() {
+ println!(
+ r#"
+E0035 -- Unwanted TDS archive detected in package directory tree
+
+A package directory should not contain a TDS zip archive.
+"#
+ )
+}
+