summaryrefslogtreecommitdiff
path: root/gnulib-tool.py
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-03 15:51:35 +0200
committerBruno Haible <bruno@clisp.org>2022-08-03 16:15:12 +0200
commit65301e0739f8c86cf96403d6426551df3c3f3ac3 (patch)
treef0c04441a49b37393659d178f0414bead968f053 /gnulib-tool.py
parent65349591fb099e8076f477d16704b05ef8233e1c (diff)
downloadgnulib-65301e0739f8c86cf96403d6426551df3c3f3ac3.tar.gz
gnulib-tool.py: Fix unjustified "incompatible license" warnings.
* pygnulib/GLTestDir.py (GLTestDir.execute): Don't emit a warning when the dependency module has a license such as "public domain" or "unlimited".
Diffstat (limited to 'gnulib-tool.py')
-rwxr-xr-xgnulib-tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnulib-tool.py b/gnulib-tool.py
index 2ac522aa05..0e5914a402 100755
--- a/gnulib-tool.py
+++ b/gnulib-tool.py
@@ -24,7 +24,7 @@
# - Line length is not limited to 79 characters.
# - Line breaking before or after binary operators? Better before, like in GNU.
# You can use this command to check the style:
-# $ pycodestyle --max-line-length=128 --ignore=E265,W503,E241,E711,E712,E201,E202 gnulib-tool.py pygnulib/*.py
+# $ pycodestyle --max-line-length=136 --ignore=E265,W503,E241,E711,E712,E201,E202 gnulib-tool.py pygnulib/*.py
#===============================================================================