Set the check for useless init disabled by default

This commit is contained in:
BBasile 2018-08-22 16:32:40 +02:00 committed by GitHub
parent 84f3608dd8
commit 1b503656d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ struct StaticAnalysisConfig
string vcall_in_ctor = Check.enabled;
@INI("Check for useless user defined initializers")
string useless_initializer = Check.enabled;
string useless_initializer = Check.disabled;
@INI("Check allman brace style")
string allman_braces_check = Check.disabled;