mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
Merge pull request #587 from wilzbach/config-dscanner
Don't use the dscanner prefix for the ModuleFilter in the config INI
This commit is contained in:
commit
aae1c69c4a
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ private template ModuleFiltersMixin(A)
|
|||
}();
|
||||
}
|
||||
|
||||
@INI("ModuleFilters. +std.,-std.internal")
|
||||
@INI("ModuleFilters for selectively enabling (+std) and disabling (-std.internal) individual checks", "analysis.config.ModuleFilters")
|
||||
struct ModuleFilters
|
||||
{
|
||||
mixin(ModuleFiltersMixin!int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue