Skip to content

Commit

Permalink
chore: test pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-svensson committed Feb 10, 2024
1 parent 0941f9b commit 3f1166f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ repos:
rev: v1.5.4
hooks:
- id: insert-license
files: \_test.go$
files: \.go$
args:
- --license-filepath
- LICENSE # defaults to: LICENSE.txt
- --comment-style
- // # defaults to: #
- --use-current-year
- --no-extra-eol
- repo: https://github.com/sparetimecoders/pre-commit-check-signed
rev: 702743c64b74a8c48645defa3d54a1562756c91d
hooks:
- id: check-signed-commit
name: check-signed-commit

0 comments on commit 3f1166f

Please sign in to comment.