You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

58 lines
773 B

{
"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"
}
}