1 Star 0 Fork 1

jmesyan / geektime-rust

forked from bubbly / geektime-rust 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
Tyr Chen 提交于 2021-09-01 21:08 . fix code based on clippy suggestions
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black
- repo: local
hooks:
- id: cargo-fmt
name: cargo fmt
description: Format files with rustfmt.
entry: bash -c 'cargo fmt -- --check'
language: rust
files: \.rs$
args: []
# - id: cargo-deny
# name: cargo deny check
# description: Check cargo depencencies
# entry: bash -c 'cargo deny check'
# language: rust
# files: \.rs$
# args: []
- id: cargo-check
name: cargo check
description: Check the package for errors.
entry: bash -c 'cargo check --all'
language: rust
files: \.rs$
pass_filenames: false
- id: cargo-clippy
name: cargo clippy
description: Lint rust sources
entry: bash -c 'cargo clippy --all-targets --all-features --tests --benches -- -D warnings'
language: rust
files: \.rs$
pass_filenames: false
- id: cargo-test
name: cargo test
description: unit test for the project
entry: bash -c 'cargo test --all-features --all'
language: rust
files: \.rs$
pass_filenames: false
Rust
1
https://gitee.com/jmesyan/geektime-rust.git
git@gitee.com:jmesyan/geektime-rust.git
jmesyan
geektime-rust
geektime-rust
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891