We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678ab6f commit 5f0157eCopy full SHA for 5f0157e
.github/codeql/codeql-configuration.yml
@@ -9,3 +9,6 @@ query-filters:
9
# This query takes too long on complicated string manipulations
10
- exclude:
11
id: go/unsafe-quoting
12
+ # Times out in our code.
13
+ - exclude:
14
+ id: go/allocation-size-overflow
0 commit comments