gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: check-texinfo.awk: move comments to the


From: gnunet
Subject: [gnunet] branch master updated: check-texinfo.awk: move comments to the moved code.
Date: Mon, 02 Dec 2019 00:25:47 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new df0af6b70 check-texinfo.awk: move comments to the moved code.
df0af6b70 is described below

commit df0af6b7067e6a4ad0a88f2775da28cfc159ee66
Author: ng0 <address@hidden>
AuthorDate: Sun Dec 1 23:22:26 2019 +0000

    check-texinfo.awk: move comments to the moved code.
---
 Makefile.am                          | 2 --
 contrib/scripts/check-texinfo.awk.in | 6 +++++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index aea6c2f6c..edcd28b92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,7 +70,5 @@ check-python:
        printf "Running flake8 and 2to3 if detected.\n"
        $(top_srcdir)/contrib/scripts/lint/lint-python.sh || true
 
-# exception to add: ignore license files.
-# exception to add: uref's can go above 79 chars.
 check-texinfo:
        @cd $(top_srcdir); find . -type f ! -path '*/.*' -name '*.texi' -print0 
| xargs -0 ./contrib/scripts/check-texinfo.awk > $(srcdir)/texinfo_lint.log || 
true
diff --git a/contrib/scripts/check-texinfo.awk.in 
b/contrib/scripts/check-texinfo.awk.in
index 12f71b5d2..37e2c9f20 100755
--- a/contrib/scripts/check-texinfo.awk.in
+++ b/contrib/scripts/check-texinfo.awk.in
@@ -1,7 +1,11 @@
 #!@AWKEXE@ -f
-
+#
 # Dedicated to the Public Domain.
 # SPDX-License-Identifier: 0BSD
+#
+# exception to add: ignore license files.
+# exception to add: uref's can go above 79 chars.
+
 
 BEGIN {
   printf "Running basic texinfo linters\n" ;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]