-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore: add common formatting #107
Conversation
6f99eef
to
ae79e6a
Compare
ae79e6a
to
92a31a8
Compare
92a31a8
to
3ab1f7f
Compare
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.
Just a few minor nits. Feel absolutly free to hold any dependency updates to a seperate PR.
- Consider shortenomg
Write-PowerManagementLogMessage
toWrite-ModuleLog
or something shorter. - Same for
Debug-CatchWriterForPowerManagement1 like
Write-ModuleDebug` or similar.
Those might be much simpler for the module since shorter and internal.
Will add it to the backlog and change it in a separate MR |
9e76d42
to
1199986
Compare
1199986
to
63c935b
Compare
63c935b
to
5383ba0
Compare
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.
Some additional comments for consideration.
20a1c6d
to
eb8b34d
Compare
d75873e
to
2caf28a
Compare
- Introduced common formatting for the project. - Applied common formatting to all files. - Fixed camel case for variables. Signed-off-by: Ivaylo Ivanov <iivanov@vmware.com>
2caf28a
to
344d6eb
Compare
- Introduced common formatting for the project. - Applied common formatting to all files. - Fixed camel case for variables. Signed-off-by: Ivaylo Ivanov <iivanov@vmware.com>
Summary
Type
Please describe:
Breaking Changes?
Test and Documentation
Startup and Shutdown for VCF 4.5, 5.0 and 5.1
Issue References
Additional Information