about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xxlint1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlint b/xlint
index 2ec7d31..df26d94 100755
--- a/xlint
+++ b/xlint
@@ -425,6 +425,7 @@ for argument; do
 	scan 'vinstall.* usr/share/man' "use vman"
 	scan 'vinstall.* usr/share/licenses' "use vlicense"
 	scan '^  ' "please indent with tabs" | once
+	scan '^ +\t' "bad indentation: space before tabs"
 	scan '[\t ]$' "trailing whitespace"
 	scan '[^\\]`' "use \$() instead of backticks"
 	scan '^pkgname="[^$]+"' "pkgname must not be quoted"