From a36964799be3d21163ba6350d862fced2bbd3437 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 15 Oct 2010 13:44:53 -0700 Subject: fixed lint warnings and one flaky test --- lib/jsl/jsl.default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/jsl') diff --git a/lib/jsl/jsl.default.conf b/lib/jsl/jsl.default.conf index 53041db8..d3cfe4fe 100755 --- a/lib/jsl/jsl.default.conf +++ b/lib/jsl/jsl.default.conf @@ -19,7 +19,7 @@ +missing_semicolon # missing semicolon +meaningless_block # meaningless block; curly braces have no impact +comma_separated_stmts # multiple statements separated by commas (use semicolons?) -+unreachable_code # unreachable code +-unreachable_code # unreachable code -missing_break # missing break statement +missing_break_for_last_case # missing break statement for last case in switch +comparison_type_conv # comparisons against null, 0, true, false, or an empty string allowing implicit type conversion (use === or !==) -- cgit v1.2.3