Skip to content

Commit

Permalink
chore(lint): ignore extra cargo fmt job
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Dec 2, 2023
1 parent 87e0f5e commit ef06e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
"cargo clippy --manifest-path=./backend/Cargo.toml --all-targets --all-features",
() => "cargo fmt --manifest-path ./backend/Cargo.toml --all",
// () => 'cargo test --manifest-path=./backend/Cargo.toml',
() => "cargo fmt --manifest-path=./backend/Cargo.toml --all",
// () => "cargo fmt --manifest-path=./backend/Cargo.toml --all",
],
"*.{html,sass,scss,less}": ["prettier --write", "stylelint --fix"],
"package.json": ["prettier --write"],
Expand Down

0 comments on commit ef06e59

Please sign in to comment.