Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 011b38a

Browse files
committed
PR comments
1 parent a4dc55f commit 011b38a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
- Moved `Publish Wiki Content` section in the `README.md` to the correct location.
7878
- Removed the legacy `CHANGELOG` link in the `README.md` table of contents.
7979
- Fixed broken links and formatting in the `README.md` file.
80-
- Added Measure-Keyword function to check if all keywords are in lower case and if followed by parentheses, that there is a single space in between.
80+
- Added Measure-Keyword function to check if all keywords are in lower case.
81+
- If a keyword is followed by parentheses,there should be a single space between them.
8182

8283
## 0.3.0.0
8384

DscResource.AnalyzerRules/DscResource.AnalyzerRules.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,7 @@ function Measure-Keyword
10471047
$script:diagnosticRecord['Message'] = $localizedData.StatementsContainsUpperCaseLetter -f $item.Text
10481048
$script:diagnosticRecord -as $diagnosticRecordType
10491049
}
1050+
10501051
foreach ($item in $tokenWithNoSpace)
10511052
{
10521053
$script:diagnosticRecord['Extent'] = $item.Extent

0 commit comments

Comments
 (0)