mirror of
https://gitee.com/juicedata/JuiceFS.git
synced 2025-12-06 09:39:14 +08:00
* 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>
13 lines
325 B
YAML
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
|