Removes ReSharper disable comments

Removes the `ReSharper disable CppInconsistentNaming` comments
from the header file.
This commit is contained in:
2025-10-14 13:23:09 +03:00
parent 8dd9860aa1
commit 8dadb22e75

View File

@@ -9,17 +9,13 @@
#include <string_view>
#include <vector>
// ReSharper disable once CppInconsistentNaming
// ReSharper disable CppInconsistentNaming
class unit_test_pattern_scan_read_test_Test;
// ReSharper disable once CppInconsistentNaming
class unit_test_pattern_scan_corner_case_1_Test;
// ReSharper disable once CppInconsistentNaming
class unit_test_pattern_scan_corner_case_2_Test;
// ReSharper disable once CppInconsistentNaming
class unit_test_pattern_scan_corner_case_3_Test;
// ReSharper disable once CppInconsistentNaming
class unit_test_pattern_scan_corner_case_4_Test;
// ReSharper restore CppInconsistentNaming
namespace omath
{
enum class PatternScanError