We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e9e5c commit ca95a37Copy full SHA for ca95a37
RuleDocumentation/UseCompatibleCommands.md
@@ -73,7 +73,7 @@ An example configuration might look like:
73
@{
74
Rules = @{
75
UseCompatibleCommmands = @{
76
- Enabled = $true
+ Enable = $true
77
TargetProfiles = @(
78
'ubuntu_x64_18.04_6.1.2_x64_4.0.30319.42000_core'
79
'win-4_x64_10.0.18312.0_6.1.1_x64_4.0.30319.42000_framework'
@@ -88,4 +88,4 @@ An example configuration might look like:
88
}
89
90
91
-```
+```
0 commit comments