We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f4127 commit fcac4aeCopy full SHA for fcac4ae
PSModuleDevelopment/functions/format/New-PSMDFormatTableDefinition.ps1
@@ -99,6 +99,7 @@
99
Creates a format xml that only includes the columns LastWriteTime, FullName
100
#>
101
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseShouldProcessForStateChangingFunctions", "")]
102
+ [Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseDeclaredVarsMoreThanAssignments", "")]
103
[OutputType([PSModuleDevelopment.Format.Document], ParameterSetName = "default")]
104
[OutputType([PSModuleDevelopment.Format.TableDefinition], ParameterSetName = "fragment")]
105
[CmdletBinding(DefaultParameterSetName = "default")]
0 commit comments