Skip to content

Commit e56788a

Browse files
🩹 [Patch]: Update description in Get-AstFunctionName documentation and add Linter configuration to PSModule.yml
1 parent 385da0d commit e56788a

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

‎.github/PSModule.yml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ Test:
1919
# Build:
2020
# Docs:
2121
# Skip: true
22+
Linter:
23+
env:
24+
VALIDATE_BIOME_FORMAT: false
25+
VALIDATE_BIOME_LINT: false
26+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
27+
VALIDATE_JSCPD: false
28+
VALIDATE_JSON_PRETTIER: false
29+
VALIDATE_MARKDOWN_PRETTIER: false
30+
VALIDATE_YAML_PRETTIER: false

‎src/functions/public/Functions/Get-AstFunctionName.ps1‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,14 @@
4444
.OUTPUTS
4545
System.String
4646
47-
Description is here?
47+
The names of functions found in the PowerShell script.
4848
4949
.NOTES
5050
The name of each function found in the PowerShell script.
5151
5252
.LINK
5353
https://psmodule.io/Ast/Functions/Functions/Get-AstFunctionName/
5454
#>
55-
5655
[CmdletBinding()]
5756
param (
5857
# The name of the command to search for. Defaults to all commands ('*').

0 commit comments

Comments
 (0)