You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elseif
if
else
switch
foreach
from
in
for
while
until
do
try
catch
finally
trap
data
return
continue
break
exit
throw
begin
process
end
dynamicparam
function
filter
param
class
define
var
using
workflow
parallel
sequence
inlinescript
configuration
public
private
static
interface
enum
namespace
module
type
assembly
command
hidden
base
What is the latest version of PSScriptAnalyzer at the point of writing
1.19.0
The text was updated successfully, but these errors were encountered:
Similar to the other items #1475 and #1401 that you opened around enhancements for PSUseCorrectCasing, this is possible but not a priority right now. We'd be open to a PR though :) @SydneyhSmith Any preference whether we should merge those 3 issues into one or keep them separate?
Summary of the new feature
Incorrect case of language keywords should result in a PSUseCorrectCasing rule violation.
A list of keywords can be obtained by reflection:
What is the latest version of PSScriptAnalyzer at the point of writing
1.19.0
The text was updated successfully, but these errors were encountered: