PowerShell / DscResource.Tests

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

Keywords check - ignore DSC keywords #352

Closed SSvilen closed 4 years ago

SSvilen commented 4 years ago

Pull Request (PR) description

As discussed we need to remove the checks for all DSC Keywords. This PR will remove the checks for the Configuration keyword, as well as for all dynamic keywords (line Node and resource names).

This Pull Request (PR) fixes the following issues

None.

Task list


This change is Reviewable

codecov-io commented 4 years ago

Codecov Report

Merging #352 into dev will increase coverage by <1%. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff          @@
##            dev   #352    +/-   ##
====================================
+ Coverage    80%    80%   +<1%     
====================================
  Files        12     12            
  Lines      1805   1806     +1     
  Branches      2      2            
====================================
+ Hits       1447   1448     +1     
  Misses      356    356            
  Partials      2      2