diff --git a/tools/lint-all b/tools/lint-all index 02dd275546..d9c583f1e2 100755 --- a/tools/lint-all +++ b/tools/lint-all @@ -147,7 +147,10 @@ bash_rules = [ {'pattern': '#!.*sh [-xe]', 'description': 'Fix shebang line with proper call to /usr/bin/env for Bash path, change -x|-e switches to set -x|set -e'}, ] + whitespace_rules[0:1] -css_rules = whitespace_rules +css_rules = [ + {'pattern': '^[^:]*:\S[^:]*;$', + 'description': "Missing whitespace after : in CSS"}, + ] + whitespace_rules handlebars_rules = whitespace_rules html_rules = whitespace_rules