lumenize
Version:
Illuminating the forest AND the trees in your data.
52 lines (40 loc) • 847 B
JSON
{
"arrow_spacing": {
"level": "error"
},
"cyclomatic_complexity" : {
"level" : "warn",
"value" : 11
},
"line_endings" : {
"value" : "unix",
"level" : "error"
},
"space_operators" : {
"level" : "error"
},
"empty_constructor_needs_parens" : {
"level" : "error"
},
"missing_fat_arrows" : {
"level" : "error"
},
"no_implicit_parens" : {
"level" : "error"
},
"no_interpolation_in_single_quotes" : {
"level" : "error"
},
"no_stand_alone_at" : {
"level" : "error"
},
"no_unnecessary_double_quotes" : {
"level" : "warn"
},
"non_empty_constructor_needs_parens" : {
"level" : "error"
},
"prefer_english_operator" : {
"level" : "warn"
}
}