Skip to content

Commit

Permalink
suppress warnings because of plural nouns
Browse files Browse the repository at this point in the history
  • Loading branch information
FH-Inway committed Nov 17, 2024
1 parent 4f1463c commit ef979d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions d365fo.tools/functions/publish-d365webresources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
Author: Florian Hopfner (@FH-Inway)
#>
function Publish-D365WebResources {
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseSingularNouns', 'Publish-D365WebResources')]
[CmdletBinding()]
param (
[Parameter(Mandatory = $false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function Publish-D365FOResources {
}

function Import-Assemblies {
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseSingularNouns', 'Import-Assemblies')]
[CmdletBinding()]
param (
[Parameter(Mandatory = $true)]
Expand Down

0 comments on commit ef979d8

Please sign in to comment.