Skip to content

Commit

Permalink
Merge pull request #16472 from github/redsun82/go-pre-commit
Browse files Browse the repository at this point in the history
Go: disable pre-commit hook
  • Loading branch information
redsun82 authored May 13, 2024
2 parents c30ca4d + f125e73 commit 5eaaf02
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ repos:
entry: bazel run //misc/bazel:buildifier
pass_filenames: false

- id: go-gen
name: Check checked in generated files in go
files: ^go/.*
language: system
entry: bazel run //go:gen
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
Expand Down

0 comments on commit 5eaaf02

Please sign in to comment.