Skip to content

Commit

Permalink
rustfmt.toml: ignore code formatting checks of the autogenerated models
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnikonorov committed Jun 24, 2024
1 parent a1cd3bf commit 978688f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:
- name: Format
run: |
. $HOME/.cargo/env
cargo fmt
cargo fmt -- --check --config-path ./rustfmt.toml
4 changes: 4 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ignore = [
"lib/serviceinfo/models",
"lib/tes/models",
]

0 comments on commit 978688f

Please sign in to comment.