Skip to content

Make rule doc filenames consistent with rule names #742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ProvideDefaultParameterValue
# AvoidDefaultValueForMandatoryParameter

**Severity Level: Warning**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AvoidDefaultTrueValueSwitchParameter
# AvoidDefaultValueSwitchParameter

**Severity Level: Warning**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AvoidAlias
# AvoidUsingCmdletAliases

**Severity Level: Warning**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AvoidEmptyCatchBlock
# AvoidUsingEmptyCatchBlock

**Severity Level: Warning**

Expand Down
7 changes: 7 additions & 0 deletions RuleDocumentation/MisleadingBacktick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# MisleadingBacktick

**Severity Level: Warning**

## Description

Checks that lines don't end with a backtick followed by whitespace.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AvoidReservedCharInCmdlet
# ReservedCmdletChar

**Severity Level: Error**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AvoidReservedParams
# ReservedParams

**Severity Level: Error**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ReturnCorrectTypeDSCFunctions
# ReturnCorrectTypesForDSCFunctions

**Severity Level: Information**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UseShouldProcessCorrectly
# ShouldProcess

**Severity Level: Warning**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UseStandardDSCFunctionsInResource
# StandardDSCFunctionsInResource

**Severity Level: Error**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UseIdenticalMandatoryParametersDSC
# UseIdenticalMandatoryParametersForDSC

**Severity Level: Error**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UseIdenticalParametersDSC
# UseIdenticalParametersForDSC

**Severity Level: Error**

Expand Down
7 changes: 7 additions & 0 deletions RuleDocumentation/UseUTF8EncodingForHelpFile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# UseUTF8EncodingForHelpFile

**Severity Level: Warning**

## Description

Check if help file uses utf8 encoding
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ProvideVerboseMessage
# UseVerboseMessageInDSCResource

**Severity Level: Information**

Expand Down