Skip to content

Commit 863d8e4

Browse files
Add newline to EOF
1 parent e60c4f0 commit 863d8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/src/rules/A1-1-2/CompilerWarningLevelNotInCompliance.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ from File f
3131
where
3232
not isExcluded(f, ToolchainPackage::compilerWarningLevelNotInComplianceQuery()) and
3333
exists(CompilationWithNoWarnings c | f = c.getAFileCompiled() | not hasResponseFileArgument(c))
34-
select f, "No warning-level options were used in the compilation of '" + f.getBaseName() + "'."
34+
select f, "No warning-level options were used in the compilation of '" + f.getBaseName() + "'."

0 commit comments

Comments
 (0)