Skip to content

Commit c14107e

Browse files
committed
chore: ignore clippy uninlined_format_args warnings
1 parent a81b73f commit c14107e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-test-rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
- name: Run Clippy
5959
run: |
6060
cd crates
61-
cargo clippy --all -- -D warnings
61+
# TODO: solve this issues instead of ignoring
62+
cargo clippy --all -- -D warnings -A clippy::uninlined_format_args
6263
6364
- name: Build Batcher
6465
run: |

0 commit comments

Comments
 (0)