-
Notifications
You must be signed in to change notification settings - Fork 52
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
Opt in to Localization Validation - Fixes #206 #208
Conversation
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.
Reviewed 19 of 19 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @PlagueHO)
CHANGELOG.md, line 8 at r1 (raw file):
`StorageDsc.CommonHelper`
.Common (not Helper)?
Codecov Report
@@ Coverage Diff @@
## dev #208 +/- ##
==================================
+ Coverage 94% 95% +1%
==================================
Files 8 7 -1
Lines 890 958 +68
==================================
+ Hits 838 917 +79
+ Misses 52 41 -11 |
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.
Should be good to go! Thanks @johlju
Reviewable status: 17 of 19 files reviewed, 1 unresolved discussion (waiting on @johlju)
CHANGELOG.md, line 8 at r1 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
`StorageDsc.CommonHelper`
.Common (not Helper)?
Fixed properly - good catch!
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.
Reviewed 2 of 2 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
Pull Request (PR) description
PSUseShouldProcessForStateChangingFunctions
PSSA rulebecause it is no longer required.
StorageDsc.ResourceHelper
module functions intoStorageDsc.Common
module and renamed toStorageDsc.CommonHelper
module.
fixes Issue #206.
StorageDsc.Common
to meet latest standards.This Pull Request (PR) fixes the following issues
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
@johlju - would you mind reviewing this one when you have time?
This change is