Closed PlagueHO closed 5 years ago
Merging #130 into dev will increase coverage by
<1%
. The diff coverage is85%
.
@@ Coverage Diff @@
## dev #130 +/- ##
====================================
+ Coverage 83% 83% +<1%
====================================
Files 19 19
Lines 2755 2760 +5
Branches 4 4
====================================
+ Hits 2300 2305 +5
Misses 451 451
Partials 4 4
@PlagueHO You should add Fixes #xxx
to the PR description as it seems to fix more than one issue?
@PlagueHO Yes, since DSC team supports this module I think @kwirkykat should approve and merge once we see it is ready (passing our review).
@PlagueHO Maybe (in the future) we should split the functional changes and the code clean up/repo maintenance changes so it is easier (faster) for @kwirkykat to review the actual resource(s) functional changes? 🤔
Thanks @johlju - added the -Fixes for the other issues. We need to include the .github templates into this repo so that it would have prompted me :grin:
Thet are waiting in PR #113. Probably needs a rebase by now. If you review that I can rebase it tomorrow.
This PR includes the following fixes and improvements:
Ported fixes from xPSDesiredStateConfiguration:
[datetime]
.Added .gitattributes file to ensure CRLF settings are configured correctly for the repository.
Updated '.vscode\settings.json' to refer to AnalyzerSettings.psd1 so that custom syntax problems are highlighted in Visual Studio Code.
Fixed style guideline violations in
CommonResourceHelper.psm1
.Updated 'appveyor.yml' to meet more recent standards.
Removed OS image version from 'appveyor.yml' to use default image (Issue #127.
Removed code to install WMF5.1 from 'appveyor.yml' because it is already installed in AppVeyor images (Issue #128.
Removed .vscode from .gitignore so that Visual Studio code environment settings can be committed.
Fixes #128
Fixes #127
@johlju - sorry about the size of this one, but Archive is quite out of date with current HQRM standards so I had to clean it up. Would you mind reviewing at some point? Although @kwirkykat or @mgreenegit may need to still review and merge.
This change is