Merge pull request #689 from dlang-community/disa-init-check
Set the check for useless init disabled by default merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
1b3d90d6b2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue