test: add missing rules to formatter report tests (#1540)

Adds G108, G114, G117, G306 to the formatter test coverage.
G116 and G307 excluded (no CWE entry in database).
This commit is contained in:
Clara Bennett
2026-02-24 15:07:18 +01:00
committed by GitHub
parent fea9725934
commit a6381c1e2f
+4
View File
@@ -318,10 +318,13 @@ var _ = Describe("Formatter", func() {
"G104",
"G106",
"G107",
"G108",
"G109",
"G110",
"G111",
"G112",
"G114",
"G117",
"G201",
"G202",
"G203",
@@ -331,6 +334,7 @@ var _ = Describe("Formatter", func() {
"G303",
"G304",
"G305",
"G306",
"G401",
"G402",
"G403",