chore(sonar): change NOSONAR comment style (#5410)

This commit is contained in:
Dave Lane
2026-07-13 17:31:55 -04:00
committed by GitHub
parent 0d1dfe4c81
commit 24cbf6f833
6 changed files with 10 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ protected:
void SetUp() override {
BaseTest::SetUp();
// Create test directory
test_dir = fs::temp_directory_path() / "sunshine_process_png_test"; // NOSONAR(cpp:S5443) - safe for tests
test_dir = fs::temp_directory_path() / "sunshine_process_png_test"; // NOSONAR(cpp:S5443): safe for tests
fs::create_directories(test_dir);
}