feat: 将上下文改成cache方式保留 (#66)

This commit is contained in:
二丫讲梵
2023-03-03 11:50:22 +08:00
committed by GitHub
parent d4d7482117
commit 4981ff4823
15 changed files with 270 additions and 235 deletions
+16
View File
@@ -0,0 +1,16 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/golangci/golangci-lint # golangci-lint hook repo
rev: v1.47.3 # golangci-lint hook repo revision
hooks:
- id: golangci-lint
name: golangci-lint
description: Fast linters runner for Go.
entry: golangci-lint run --fix
types: [go]
language: golang
pass_filenames: false