Skip to content

Commit 5f0157e

Browse files
authored
Ignore go/allocation-size-overflow in codeql (#1392)
1 parent 678ab6f commit 5f0157e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/codeql/codeql-configuration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ query-filters:
99
# This query takes too long on complicated string manipulations
1010
- exclude:
1111
id: go/unsafe-quoting
12+
# Times out in our code.
13+
- exclude:
14+
id: go/allocation-size-overflow

0 commit comments

Comments
 (0)