Skip to content

Commit

Permalink
feat(app generator): update coffeelint.json compliance to `coffeeli…
Browse files Browse the repository at this point in the history
…nt@1.15.7`

Also tighten a few rules
  • Loading branch information
cueedee committed Aug 2, 2016
1 parent c86e834 commit 8726dc5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions generators/app/templates/@coffeelint.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}
},
"cyclomatic_complexity": {
"level": "ignore",
"value": 10
"level": "warn",
"value": 11
},
"duplicate_key": {
"level": "error"
Expand Down Expand Up @@ -81,9 +81,15 @@
"no_interpolation_in_single_quotes": {
"level": "error"
},
"no_nested_string_interpolation": {
"level": "warn"
},
"no_plusplus": {
"level": "ignore"
},
"no_private_functions_fat_arrows": {
"level": "error"
},
"no_stand_alone_at": {
"level": "ignore"
},
Expand All @@ -108,7 +114,7 @@
"level": "error"
},
"no_unnecessary_fat_arrows": {
"level": "ignore"
"level": "error"
},
"non_empty_constructor_needs_parens": {
"level": "error"
Expand All @@ -120,7 +126,7 @@
"space_operators": {
"level": "error"
},
"space_after_comma": {
"spacing_after_comma": {
"level": "error"
},
"transform_messes_up_line_numbers": {
Expand Down

0 comments on commit 8726dc5

Please sign in to comment.