mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Add a query suite for new experimental "developer happiness" queries
These are the queries added in https://github.com/github/codeql-go/pull/558.
This commit is contained in:
6
ql/src/codeql-suites/go-developer-happiness.qls
Normal file
6
ql/src/codeql-suites/go-developer-happiness.qls
Normal file
@@ -0,0 +1,6 @@
|
||||
- description: Experimental queries showing how we use CodeQL internally for developer happiness
|
||||
- qlpack: codeql-go
|
||||
- include:
|
||||
id: go/examples/database-call-in-loop
|
||||
id: go/examples/deferinloop
|
||||
id: go/examples/gorm-error-not-checked
|
||||
Reference in New Issue
Block a user