PowerShell / DscResource.Tests

Common meta tests for PowerShell DSC resources repositories.
MIT License
51 stars 49 forks source link

Hashtable formatting check: Ignore empty hashtables with white space inside #353

Closed SSvilen closed 4 years ago

SSvilen commented 4 years ago

Pull Request (PR) description

This PR contains hotfix for the hashtable analyzer rule. All hashtables with white space inside will be ignored.

This Pull Request (PR) fixes the following issues

None.

Task list


This change is Reviewable

codecov-io commented 4 years ago

Codecov Report

Merging #353 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #353   +/-   ##
===================================
  Coverage    80%    80%           
===================================
  Files        12     12           
  Lines      1805   1805           
  Branches      2      2           
===================================
  Hits       1447   1447           
  Misses      356    356           
  Partials      2      2
johlju commented 4 years ago

@SSvilen Thank you for fixing this so quick! 😃

PlagueHO commented 4 years ago

Great job @SSvilen - thanks for doing this - and so quick!