-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sipliy split init.rs into several files. #297
Conversation
Codecov Report
@@ Coverage Diff @@
## main #297 +/- ##
==========================================
+ Coverage 68.92% 73.36% +4.44%
==========================================
Files 46 46
Lines 5837 6229 +392
==========================================
+ Hits 4023 4570 +547
+ Misses 1814 1659 -155 |
Changes looks good. I think splitting in this case can go either way. On one hand, the file is not that long and having everything in one file actually helps the understanding. I will admit, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned, the change itself LGTM. I am OK with splitting or not.
src/process/intermediate.rs
Outdated
use oci_spec::runtime::{LinuxNamespaceType}; | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: that's a lot of empty lines :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
relate #295