Disable the local imports check by default
This commit is contained in:
parent
affa29a426
commit
1bc03367b4
|
@ -123,7 +123,7 @@ struct StaticAnalysisConfig
|
|||
string comma_expression_check = Check.enabled;
|
||||
|
||||
@INI("Checks for local imports that are too broad")
|
||||
string local_import_check = Check.enabled;
|
||||
string local_import_check = Check.disabled;
|
||||
|
||||
@INI("Checks for variables that could be declared immutable")
|
||||
string could_be_immutable_check = Check.enabled;
|
||||
|
|
Loading…
Reference in New Issue