Skip to content

Commit 222bf70

Browse files
committed
chore: update dependabot, gitignore, pre-commit hooks, and Cargo.lock
- Remove trailing newline in dependabot.yml for consistency. - Uncomment .idea/ in .gitignore to exclude JetBrains IDE files. - Switch pre-commit rust hooks to backplane's repository and add clippy and test hooks. - Update fswatcher dependency to version 0.2.1 in Cargo.lock. - Remove trailing newlines in README.md for cleaner file formatting. These changes improve maintainability, ensure consistent formatting, and update dependencies for better functionality and security. Signed-off-by: Marcelo Borges <[email protected]>
1 parent ad806a1 commit 222bf70

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "daily"
11-

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ target/
1414
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
1515
# and can be added to the global gitignore or merged into this file. For a more nuclear
1616
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
17-
#.idea/
17+
#.idea/

.pre-commit-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ repos:
2121
rev: v8.23.3
2222
hooks:
2323
- id: gitleaks
24-
- repo: https://github.com/doublify/pre-commit-rust
25-
rev: master
24+
- repo: https://github.com/backplane/pre-commit-rust-hooks
25+
rev: v1.1.0
2626
hooks:
2727
- id: fmt
28-
- id: cargo-check
28+
- id: check
29+
- id: clippy
30+
- id: test

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,3 @@ Contributions, issues, and feature requests are welcome! Feel free to open an is
6565
---
6666

6767
Created by [Marcelo Borges](https://github.com/jmarcelomb).
68-
69-

0 commit comments

Comments
 (0)