Skip to content

Commit

Permalink
Add includes to pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wright committed Sep 29, 2021
1 parent 20abbd9 commit 6035e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/etc/pre-commit.sh
Expand Up @@ -6,6 +6,7 @@ set -e
# Update lints
cargo dev update_lints
git add clippy_lints/src/lib.rs
git add clippy_lints/src/lib.*.rs

# Formatting:
# Git will not automatically add the formatted code to the staged changes once
Expand Down

0 comments on commit 6035e05

Please sign in to comment.