mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-10 12:33:54 +00:00
Linting
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
function Export-MultipleExcelSheets {
|
||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingPlainTextForPassword", "")]
|
||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseSingularNouns", "", Justification="No suitable singular")]
|
||||
|
||||
param(
|
||||
[Parameter(Mandatory = $true)]
|
||||
$Path,
|
||||
|
||||
Reference in New Issue
Block a user