From 25b332de77d2d15c323111961d8363260dec070d Mon Sep 17 00:00:00 2001 From: jbu Date: Tue, 30 Jun 2015 13:12:16 +0200 Subject: xlint: don't complain for escaped backticks --- xlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlint b/xlint index 339a558..fb691ff 100755 --- a/xlint +++ b/xlint @@ -140,7 +140,7 @@ for template; do scan 'vinstall.* usr/share/licenses' "use vlicense" scan '^ ' "indent with tabs" | once scan '[\t ]$' "trailing whitespace" - scan '`' "use \$() instead of backticks" + scan '[^\\]`' "use \$() instead of backticks" scan 'revision=0' "revision must not be zero" scan 'replaces=(?=.*\w)[^<>]*$' "replaces needs depname with version" scan 'conflicts=(?=.*\w)[^<>]*$' "conflicts needs depname with version" -- cgit 1.4.1