remove comments

This commit is contained in:
Kevin Marquette
2018-10-16 09:15:50 -07:00
parent e20c048eb1
commit 00de5a093a
2 changed files with 2 additions and 3 deletions

View File

@@ -86,6 +86,6 @@ taskx BuildModule @{
Set-Content -Path $ModulePath -Value $sb.ToString() -Encoding 'UTF8'
'Moving "#Requires" statements and "using" directives...'
Move-Statement -Path $ModulePath -Type 'Comment', 'Keyword' -Token '#Requires', 'using' -Index 0
#Move-Statement -Path $ModulePath -Type 'Comment', 'Keyword' -Token '#Requires', 'using' -Index 0
}
}