[Pkg-javascript-commits] [acorn] 16/19: Add lintian overrides for autogenerated code we have the generator for
Julien Puydt
julien.puydt at laposte.net
Fri Nov 25 08:13:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository acorn.
commit d6df22dae8cdd99f0f7e4e7c86511a3d4c91ebdc
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Tue Nov 22 18:13:09 2016 +0100
Add lintian overrides for autogenerated code we have the generator for
---
debian/changelog | 1 +
debian/source/lintian-overrides | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9c106fd..29fcb7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ acorn (4.0.3-1) UNRELEASED; urgency=medium
* Remove libjs-acorn package (it's unclear what it means now).
* Make the new sources compile with node-es6-module-transpiler.
* Disable autotests : they don't work anymore.
+ * Add lintian overrides for autogenerated code we have the generator for.
-- Julien Puydt <julien.puydt at laposte.net> Tue, 15 Nov 2016 18:10:46 +0100
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..5ca8650
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,4 @@
+# bin/generate-identifier-regex.js generates this awful regex
+acorn source: source-is-missing src/identifier.js line length is 4312 characters (>512)
+# This file comes from esprima, where it's generated with a given script
+acorn source: source-is-missing test/compare/esprima.js line length is 4288 characters (>512)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/acorn.git
More information about the Pkg-javascript-commits
mailing list