Skip to content

Commit

Permalink
Attempting to fix "PSUseConsistentIndentation: Indentation not consis…
Browse files Browse the repository at this point in the history
…tent"
  • Loading branch information
Piedone committed Jan 10, 2024
1 parent 2a989f9 commit 3188bd7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ function Init-OrchardCoreSolution

Process
{
$warningMessage =
$warningMessage =
'Warning: "Init-OrchardCoreSolution" is the old and deprecated name of this module. ' +

Check failure on line 25 in OrchardCore/Init-OrchardCoreSolution/Init-OrchardCoreSolution.psm1

View workflow job for this annotation

GitHub Actions / powershell-static-code-analysis / PowerShell Static Code Analysis (ubuntu-22.04)

PSUseConsistentIndentation: Indentation not consistent
'Use "Initialize-OrchardCoreSolution" instead.'

Check failure on line 26 in OrchardCore/Init-OrchardCoreSolution/Init-OrchardCoreSolution.psm1

View workflow job for this annotation

GitHub Actions / powershell-static-code-analysis / PowerShell Static Code Analysis (ubuntu-22.04)

PSUseConsistentIndentation: Indentation not consistent

Check failure on line 27 in OrchardCore/Init-OrchardCoreSolution/Init-OrchardCoreSolution.psm1

View workflow job for this annotation

GitHub Actions / powershell-static-code-analysis / PowerShell Static Code Analysis (ubuntu-22.04)

PSAvoidTrailingWhitespace: Line has trailing whitespace
Write-Warning $warningMessage

Initialize-OrchardCoreSolution -Path $Path -Name $Name -ModuleName $ModuleName -ThemeName $ThemeName -NuGetSource $NuGetSource
Expand Down

0 comments on commit 3188bd7

Please sign in to comment.