mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-02 08:33:14 +00:00
Major linting push
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
function Show-PesterResults {
|
||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseSingularNouns", "", Justification="No suitable singular")]
|
||||
Param()
|
||||
$xlfilename = ".\test.xlsx"
|
||||
Remove-Item $xlfilename -ErrorAction Ignore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user