diff --git a/tools/lint-all b/tools/lint-all index 1fd77f05c0..4ef7f7e44f 100755 --- a/tools/lint-all +++ b/tools/lint-all @@ -158,6 +158,8 @@ bash_rules = [ css_rules = [ {'pattern': '^[^:]*:\S[^:]*;$', 'description': "Missing whitespace after : in CSS"}, + {'pattern': '{\w', + 'description': "Missing whitespace after '{' in CSS (should be newline)."}, ] + whitespace_rules handlebars_rules = whitespace_rules html_rules = whitespace_rules