Files
JuiceFS/.pre-commit-config.yaml
timfeirg e2fabcc1c6 consolidate content regarding profile & stats (#3392)
* move knowledge to fault_diagnosis_and_analysis.md, which contains all troubleshooting methods and guides.
* add docs on how to interpret stats output

---------

Co-authored-by: Changjian Gao <gcj@juicedata.io>
2023-03-29 16:31:17 +08:00

13 lines
325 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
args: [--allow-multiple-documents]
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/golangci/golangci-lint
rev: v1.52.2
hooks:
- id: golangci-lint