FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/.pre-commit-config.yaml at main · github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
997
Pull requests
467
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
87 lines (76 loc) · 2.85 KB
Breadcrumbs
codeql
/
.pre-commit-config.yaml
Copy path
File metadata and controls
87 lines (76 loc) · 2.85 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
See https://pre-commit.com for more information
#
See https://pre-commit.com/hooks.html for more hooks
default_language_version
:
python
:
python3.12
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v3.2.0
hooks
:
-
id
:
trailing-whitespace
exclude
:
/test([^/]*)/.*$(?<!\.qlref)|.*\.patch$|.*\.qll?$
-
id
:
end-of-file-fixer
exclude
:
Cargo.lock$|/test([^/]*)/.*$(?<!\.qlref)|.*\.patch$|.*\.qll?$
-
repo
:
https://github.com/pre-commit/mirrors-clang-format
rev
:
v17.0.6
hooks
:
-
id
:
clang-format
-
repo
:
https://github.com/psf/black
rev
:
25.1.0
hooks
:
-
id
:
black
files
:
^(misc/codegen/.*|misc/scripts/models-as-data/.*)\.py$
-
repo
:
local
hooks
:
-
id
:
buildifier
name
:
Format bazel files
files
:
\.(bazel|bzl)
language
:
system
entry
:
bazel run //misc/bazel/buildifier
pass_filenames
:
false
#
DISABLED: can be enabled by copying this config and installing `pre-commit` with `--config` on the copy
#
- id: go-gen
#
name: Check checked in generated files in go
#
files: ^go/.*
#
language: system
#
entry: bazel run //go:gen
#
pass_filenames: false
-
id
:
codeql-format
name
:
Fix QL file formatting
files
:
\.qll?$
language
:
system
entry
:
codeql query format --in-place
-
id
:
sync-files
name
:
Fix files required to be identical
files
:
\.(qll?|qhelp|swift|toml)$|^config/identical-files\.json$
language
:
system
entry
:
python3 config/sync-files.py --latest
pass_filenames
:
false
-
id
:
qhelp
name
:
Check query help generation
files
:
\.qhelp$
language
:
system
entry
:
python3 misc/scripts/check-qhelp.py
-
id
:
swift-codegen
name
:
Run Swift checked in code generation
files
:
^misc/codegen/|^swift/(schema.py$|codegen/|.*/generated/|ql/lib/(swift\.dbscheme$|codeql/swift/elements)|ql/\.generated.list)
language
:
system
entry
:
bazel run //swift/codegen -- --quiet
pass_filenames
:
false
-
id
:
swift-codegen-unit-tests
name
:
Run Swift code generation unit tests
files
:
^swift/codegen/.*\.py$
language
:
system
entry
:
bazel test //misc/codegen/test
pass_filenames
:
false
-
id
:
rust-codegen
name
:
Run Rust checked in code generation
files
:
^misc/codegen/|^rust/(prefix\.dbscheme|schema/|codegen/|.*/generated/|ql/lib/(rust\.dbscheme$|codeql/rust/elements)|\.generated.list|ast-generator/)
language
:
system
entry
:
bazel run //rust/codegen -- --quiet
pass_filenames
:
false
-
id
:
rust-lint
name
:
Run fmt and clippy on Rust code
files
:
^rust/extractor/(.*rs|Cargo.toml)$
language
:
system
entry
:
python3 rust/lint.py
pass_filenames
:
false
Back
|
FazBrowse Home
|
New Git URL