Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
This commit is contained in:
commit
d8c3fa67ca
|
@ -15,7 +15,7 @@ StaticAnalysisConfig defaultStaticAnalysisConfig()
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
@INI("Configurue which static analysis checks are enabled")
|
@INI("Configure which static analysis checks are enabled")
|
||||||
struct StaticAnalysisConfig
|
struct StaticAnalysisConfig
|
||||||
{
|
{
|
||||||
@INI("Check variable, class, struct, interface, union, and function names against the Phobos style guide")
|
@INI("Check variable, class, struct, interface, union, and function names against the Phobos style guide")
|
||||||
|
|
Loading…
Reference in New Issue