Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Repository
406d5f882c3c7f820f75579eca89bab54fe3d3f2
Select Git revision
Branches
20
master
default
protected
update-docker-compose-rpc-squid-names
network/gdev-800
protected
fix-252
1000i100-test
hugo/tmp-0.9.1
hugo/distance-pool-index
network/gdev-803
protected
hugo/endpoint-gossip
network/gdev-802
protected
hugo/distance-precompute
network/gdev-900
protected
tuxmain/anonymous-tx
debug/podman
hugo/195-doc
hugo/195-graphql-schema
hugo-tmp-dockerfile-cache
release/client-800.2
protected
release/runtime-800
protected
feature/show_milestone
Tags
20
gdev-900-0.10.0
protected
gdev-900-0.9.2
protected
gdev-800-0.8.0
protected
gdev-900-0.9.1
protected
gdev-900-0.9.0
protected
gdev-803
protected
gdev-802
protected
runtime-801
protected
gdev-800
protected
runtime-800-bis
protected
runtime-800
protected
runtime-800-backup
protected
runtime-701
protected
runtime-700
protected
runtime-600
protected
runtime-500
protected
v0.4.1
protected
runtime-401
protected
v0.4.0
protected
runtime-400
protected
40 results
duniter-v2s
.rusty-hook.toml
Find file
Blame
Permalink
3 years ago
167f0002
git: add a pre-commit hook that run rustfmt --check
· 167f0002
Éloïs
authored
3 years ago
167f0002
History
git: add a pre-commit hook that run rustfmt --check
Éloïs
authored
3 years ago
.rusty-hook.toml
70 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
4
5
6
[hooks]
pre-commit
=
"cargo fmt -- --check"
[logging]
verbose
=
true