{
|
|
"no_tabs" : {
|
|
"level" : "error"
|
|
},
|
|
|
|
"no_trailing_whitespace" : {
|
|
"level" : "error"
|
|
},
|
|
|
|
"max_line_length" : {
|
|
"value": 80,
|
|
"level" : "error"
|
|
},
|
|
|
|
"camel_case_classes" : {
|
|
"level" : "error"
|
|
},
|
|
|
|
"indentation" : {
|
|
"value" : 2,
|
|
"level" : "error"
|
|
},
|
|
|
|
"no_implicit_braces" : {
|
|
"level" : "ignore"
|
|
},
|
|
|
|
"no_trailing_semicolons" : {
|
|
"level" : "error"
|
|
},
|
|
|
|
"no_plusplus" : {
|
|
"level" : "ignore"
|
|
},
|
|
|
|
"no_throwing_strings" : {
|
|
"level" : "warn"
|
|
},
|
|
|
|
"cyclomatic_complexity" : {
|
|
"value" : 11,
|
|
"level" : "ignore"
|
|
},
|
|
|
|
"line_endings" : {
|
|
"value" : "unix",
|
|
"level" : "ignore"
|
|
},
|
|
|
|
"no_implicit_parens" : {
|
|
"level" : "ignore"
|
|
},
|
|
|
|
"no_stand_alone_at" : {
|
|
"level": "ignore"
|
|
}
|
|
|
|
}
|