Ai
4 Star 8 Fork 2

Gitee 极速下载/CodeQL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/github/codeql
克隆/下载
codeql-extractor.yml 984 Bytes
一键复制 编辑 原始数据 按行查看 历史
name: "go"
display_name: "Go"
version: 0.1.0
pull_request_triggers:
- "**/go.mod"
- "**/glide.yaml"
- "**/Gopkg.toml"
column_kind: "utf8"
build_modes:
- autobuild
- manual
default_queries:
- codeql/go-queries
github_api_languages:
- Go
scc_languages:
- Go
file_types:
- name: go
display_name: Go
extensions:
- .go
legacy_qltest_extraction: true
overlay_support_version: 20250626
options:
extract_tests:
title: Whether to include Go test files in the CodeQL database.
description: >
A value indicating whether Go test files should be included in the CodeQL database.
The default is 'false'.
type: string
pattern: "^(false|true)$"
extract_vendor_dirs:
title: Whether to include Go vendor directories in the CodeQL database.
description: >
A value indicating whether Go vendor directories should be included in the CodeQL database.
The default is 'false'.
type: string
pattern: "^(false|true)$"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/CodeQL.git
git@gitee.com:mirrors/CodeQL.git
mirrors
CodeQL
CodeQL
main

搜索帮助