diff options
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/jsl/jsl.default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 !==) |
