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
Starting from @DAud-IcI's feedback under #5, several code styling patterns in older scripts/modules need to be brought up to par with our conventions, e.g.:
HelpMessages should concise and descriptive.
Unnecessary parenthesis around the input of throw and Write-Warning/Error commands.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Code quality and cleanliness changes according to Lombiq's PowerShell conventions
Code quality and cleanliness changes according to Lombiq's PowerShell conventions (INFRA-128)
Nov 18, 2022
Starting from @DAud-IcI's feedback under #5, several code styling patterns in older scripts/modules need to be brought up to par with our conventions, e.g.:
throw
andWrite-Warning/Error
commands.Parameter splatting instead of backtick and line breaks.Fixed in OSOE-482: Enforce parameter splatting instead of backtick in Lombiq.Analyzers.PowerShell #10.Jira issue
The text was updated successfully, but these errors were encountered: