diff options
| author | Misko Hevery | 2010-10-15 13:44:53 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-10-15 13:44:53 -0700 | 
| commit | a36964799be3d21163ba6350d862fced2bbd3437 (patch) | |
| tree | 8c703eb9b19541c25c4e1105e511426a646c9c4d /lib | |
| parent | d320e3d2c3b72896603a3df3abd26adc0bfa3c10 (diff) | |
| download | angular.js-a36964799be3d21163ba6350d862fced2bbd3437.tar.bz2 | |
fixed lint warnings and one flaky test
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 !==) | 
