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 c30ca4d commit f125e73Copy full SHA for f125e73
.pre-commit-config.yaml
@@ -29,12 +29,13 @@ repos:
29
entry: bazel run //misc/bazel:buildifier
30
pass_filenames: false
31
32
- - id: go-gen
33
- name: Check checked in generated files in go
34
- files: ^go/.*
35
- language: system
36
- entry: bazel run //go:gen
37
- 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
38
+# pass_filenames: false
39
40
- id: codeql-format
41
name: Fix QL file formatting
0 commit comments