|
1 | 1 | #Requires -Modules GitHub |
| 2 | +[Diagnostics.CodeAnalysis.SuppressMessageAttribute( |
| 3 | + 'PSAvoidLongLines', '', |
| 4 | + Justification = 'Markdown templates' |
| 5 | +)] |
2 | 6 |
|
3 | 7 | function Show-RepoList { |
4 | 8 | <# |
@@ -124,10 +128,6 @@ function Update-ActionList { |
124 | 128 |
|
125 | 129 | Regenerates the action table and writes it to docs\GitHub-Actions\index.md. |
126 | 130 | #> |
127 | | - [Diagnostics.CodeAnalysis.SuppressMessageAttribute( |
128 | | - 'PSAvoidLongLines', '', |
129 | | - Justification = 'Markdown templates' |
130 | | - )] |
131 | 131 | [CmdletBinding(SupportsShouldProcess)] |
132 | 132 | param() |
133 | 133 |
|
@@ -188,10 +188,6 @@ function Update-ModuleList { |
188 | 188 |
|
189 | 189 | Regenerates the module table and writes it to docs\PowerShell\Modules\index.md. |
190 | 190 | #> |
191 | | - [Diagnostics.CodeAnalysis.SuppressMessageAttribute( |
192 | | - 'PSAvoidLongLines', '', |
193 | | - Justification = 'Markdown templates' |
194 | | - )] |
195 | 191 | [CmdletBinding(SupportsShouldProcess)] |
196 | 192 | param() |
197 | 193 |
|
@@ -247,10 +243,6 @@ function Update-FunctionAppList { |
247 | 243 |
|
248 | 244 | Regenerates the function app table and writes it to docs\PowerShell\FunctionApps\index.md. |
249 | 245 | #> |
250 | | - [Diagnostics.CodeAnalysis.SuppressMessageAttribute( |
251 | | - 'PSAvoidLongLines', '', |
252 | | - Justification = 'Markdown templates' |
253 | | - )] |
254 | 246 | [CmdletBinding(SupportsShouldProcess)] |
255 | 247 | param() |
256 | 248 |
|
|
0 commit comments