Skip to content

Commit 6c8ae55

Browse files
flabbergastedbdBD
authored andcommitted
Enable GoKit module into the default list
1 parent dbe3bd0 commit 6c8ae55

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Added `GoKit.qll` to `go.qll` enabling the GoKit framework by default

go/ql/lib/go.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import semmle.go.frameworks.Email
4040
import semmle.go.frameworks.Encoding
4141
import semmle.go.frameworks.Gin
4242
import semmle.go.frameworks.Glog
43+
import semmle.go.frameworks.GoKit
4344
import semmle.go.frameworks.GoMicro
4445
import semmle.go.frameworks.GoRestfulHttp
4546
import semmle.go.frameworks.Gqlgen

go/ql/lib/semmle/go/frameworks/GoKit.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/**
22
* Provides classes for working with concepts relating to the [github.com/go-kit/kit](https://pkg.go.dev/github.com/go-kit/kit) package.
3-
*
4-
* Note that these models are not included by default; to include them, add `import semmle.go.frameworks.GoKit` to your query or to
5-
* `Customizations.qll`.
63
*/
74

85
import go

0 commit comments

Comments
 (0)