config/coffeelint.json in codeguard-0.1.0 vs config/coffeelint.json in codeguard-0.2.0
- old
+ new
@@ -77,11 +77,11 @@
"no_implicit_parens": {
"strict": true,
"level": "ignore"
},
"no_interpolation_in_single_quotes": {
- "level": "ignore"
+ "level": "warn"
},
"no_nested_string_interpolation": {
"level": "warn"
},
"no_plusplus": {
@@ -128,8 +128,11 @@
},
"spacing_after_comma": {
"level": "ignore"
},
"transform_messes_up_line_numbers": {
+ "level": "warn"
+ },
+ "eol_last": {
"level": "warn"
}
}