Skip to content

Commit

Permalink
Fixing outdated CustomRules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Jul 1, 2024
1 parent 3d2940c commit 948cb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Analyzers.PowerShell/Rules/CustomRules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Our custom analyzer rules are automatically included when using `Invoke-Analyzer

- `Measure-AutomaticVariableAlias`: Detects the usages of the alias `$_` of the automatic variable `$PSItem` and suggests to correct them.
- `Measure-LineContinuation`: Detects the usages of the backtick (line continuation) character.
- `Measure-VariableNameCasing`: Detects inconsistencies in the casing of parameter names and variable names (including automatic variables).
- `Measure-VariableNameFormat`: Detects inconsistencies in the casing of parameter names and variable names (including automatic variables).

0 comments on commit 948cb90

Please sign in to comment.