Skip to content

Commit

Permalink
Apply rustfmt, clippy suggestions, and other cleanups (#44)
Browse files Browse the repository at this point in the history
- Applied most clippy suggestions to bring launcher and router code up
to standards
- Exceptions added to avoid having to refactor a few things:
`#![allow(clippy::type_complexity, clippy::result_large_err)]`
- Added `rustfmt.toml` with settings to organize imports specifically
- Formatted code with rustfmt
- Added the generated code paths to `.gitignore`

Signed-off-by: Daniel Clark <daniel.clark@ibm.com>
Co-authored-by: Daniel Clark <Daniel.Clark@ibm.com>
  • Loading branch information
declark1 and declark1 authored Mar 1, 2024
1 parent 6d23493 commit b0b3841
Show file tree
Hide file tree
Showing 18 changed files with 1,489 additions and 943 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
target
router/src/pb/
router/src/pb
router/client/src/pb
Loading

0 comments on commit b0b3841

Please sign in to comment.