mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 13:50:02 +03:00
Update the documentation for the local import rule
This commit is contained in:
parent
1bc03367b4
commit
4bca597f4b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ struct StaticAnalysisConfig
|
|||
@INI("Checks for use of the comma operator")
|
||||
string comma_expression_check = Check.enabled;
|
||||
|
||||
@INI("Checks for local imports that are too broad")
|
||||
@INI("Checks for local imports that are too broad. Only accurate when checking code used with D versions older than 2.071.0")
|
||||
string local_import_check = Check.disabled;
|
||||
|
||||
@INI("Checks for variables that could be declared immutable")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue