xDSCResourceDesigner icon indicating copy to clipboard operation
xDSCResourceDesigner copied to clipboard

New-xDscResource: Change Dsc Module Validate Set Quotes to Singles

Open X-Guardian opened this issue 6 years ago • 1 comments

Pull Request (PR) description

This PR changes the quotes used around validate set values to be single quotes instead of double quotes to conform to Dsc Resource Style Guidelines

This Pull Request (PR) fixes the following issues

None

Task list

  • [ ] Added an entry under the Unreleased section of the change log in the README.md. Entry should say what was changed, and how that affects users (if applicable).
  • [ ] Documentation added/updated in README.md.
  • [ ] Comment-based help added/updated for all new/changed functions.
  • [ ] Localization strings added/updated in all localization files as appropriate.
  • [x] Unit tests added/updated.
  • [x] New/changed code adheres to DSC Resource Style Guidelines and Best Practices.

This change is Reviewable

X-Guardian avatar Sep 16 '19 06:09 X-Guardian

Codecov Report

Merging #83 into dev will increase coverage by 1.11%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #83      +/-   ##
==========================================
+ Coverage   61.26%   62.38%   +1.11%     
==========================================
  Files           1        1              
  Lines         994      997       +3     
  Branches        3        3              
==========================================
+ Hits          609      622      +13     
+ Misses        382      372      -10     
  Partials        3        3
Impacted Files Coverage Δ
xDSCResourceDesigner.psm1 62.38% <75%> (+1.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 492834e...1936b00. Read the comment docs.

codecov-io avatar Sep 16 '19 06:09 codecov-io