You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
There are numerous lines overflowing from the screen, which complicates reading the code. The length of the lines should be kept between 95-110 characters to enhance the readability of the code.
Also, even though they do not overflow from the screen, there are lines that could be restructured to make the code more readable.
If the project maintainers decide that this adjustment is necessary, I am ready to do it.
The crate mentioned in the issue: CLI
There are numerous lines overflowing from the screen, which complicates reading the code. The length of the lines should be kept between 95-110 characters to enhance the readability of the code.
Also, even though they do not overflow from the screen, there are lines that could be restructured to make the code more readable.
If the project maintainers decide that this adjustment is necessary, I am ready to do it.
Example lines:
https://github.com/gevulotnetwork/gevulot/blob/main/crates/cli/src/main.rs#L147
https://github.com/gevulotnetwork/gevulot/blob/main/crates/cli/src/server.rs#L173
https://github.com/gevulotnetwork/gevulot/blob/main/crates/cli/src/server.rs#L175
https://github.com/gevulotnetwork/gevulot/blob/main/crates/cli/src/main.rs#L91
Have a nice day.
The text was updated successfully, but these errors were encountered: