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
In most cases the CheckSeparator feature works but it fails in one particular case. If a command element is composed of a list, e.g. 'gci tmp1,tmp2', the rule will fail to take into account that 'tmp1,tmp2' are part of a command element and will naively put a whitespace after the comma. This will break the command. Hence we temporarily disable the switch by default till we fix the issue.
0 commit comments