mirror of https://github.com/zulip/zulip.git
lint: Suppress Ruby warnings from puppet on Ubuntu 20.04.
puppet | /usr/lib/ruby/vendor_ruby/puppet/util.rb:461: warning: URI.escape is obsolete
puppet | /usr/lib/ruby/vendor_ruby/puppet/util.rb:461: warning: URI.escape is obsolete
puppet | /usr/lib/ruby/vendor_ruby/puppet/util.rb:461: warning: URI.escape is obsolete
puppet | /usr/lib/ruby/vendor_ruby/puppet/util.rb:461: warning: URI.escape is obsolete
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1875848
https://tickets.puppetlabs.com/browse/PUP-10247
See also commit 3971824d04
(#14571).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
a092e96bff
commit
16a4a46934
|
@ -67,7 +67,7 @@ def run() -> None:
|
|||
)
|
||||
linter_config.external_linter(
|
||||
"puppet",
|
||||
["puppet", "parser", "validate"],
|
||||
["env", "RUBYOPT=-W0", "puppet", "parser", "validate"],
|
||||
["pp"],
|
||||
description="Runs the puppet parser validator, checking for syntax errors.",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue