This commit is contained in:
parent
a25b0a1ded
commit
8892154b28
70 changed files with 2780 additions and 596 deletions
8
tests/Lint/fixture/clean.cpp
Normal file
8
tests/Lint/fixture/clean.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
|
||||
|
||||
// Fixture with no lint violations — rules asserting on dirty.cpp must not
|
||||
// fire here.
|
||||
int CleanAnswer() {
|
||||
return 42;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue