Add newline to EOF
This commit is contained in:
Родитель
e60c4f0a91
Коммит
863d8e4424
|
@ -31,4 +31,4 @@ from File f
|
||||||
where
|
where
|
||||||
not isExcluded(f, ToolchainPackage::compilerWarningLevelNotInComplianceQuery()) and
|
not isExcluded(f, ToolchainPackage::compilerWarningLevelNotInComplianceQuery()) and
|
||||||
exists(CompilationWithNoWarnings c | f = c.getAFileCompiled() | not hasResponseFileArgument(c))
|
exists(CompilationWithNoWarnings c | f = c.getAFileCompiled() | not hasResponseFileArgument(c))
|
||||||
select f, "No warning-level options were used in the compilation of '" + f.getBaseName() + "'."
|
select f, "No warning-level options were used in the compilation of '" + f.getBaseName() + "'."
|
||||||
|
|
Загрузка…
Ссылка в новой задаче