mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
* rename cache folder * rename cache service everywhere * skip yaml in examples * Update docs/docs/topics/data-storage.md Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com> Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
23 lines
552 B
YAML
23 lines
552 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
exclude: "docs/.*"
|
|
- id: check-yaml
|
|
exclude: "examples/.*"
|
|
- id: check-added-large-files
|
|
- repo: https://github.com/syntaqx/git-hooks
|
|
rev: v0.0.16
|
|
hooks:
|
|
- id: go-mod-tidy
|
|
- repo: local
|
|
hooks:
|
|
- id: lint
|
|
name: lint
|
|
language: system
|
|
entry: make
|
|
args: ["lint"]
|
|
types: ["go"]
|
|
pass_filenames: false
|