Skip to content

Commit 1f9ac98

Browse files
🩹[Patch] Replace attributes.txt with headers.ps1 (#87)
- Replace attributes.txt with headers.ps1, based on new design on for PSModule framework.
1 parent 922df78 commit 1f9ac98

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/GitHub/attributes.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/GitHub/header.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidLongLines', '', Justification = 'Contains long links.')]
2+
[CmdletBinding()]
3+
param()

0 commit comments

Comments
 (0)