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 e216d11 commit c9901c2Copy full SHA for c9901c2
‎.github/workflows/Linter.yml
@@ -27,3 +27,5 @@ jobs:
27
uses: super-linter/super-linter@latest
28
env:
29
GITHUB_TOKEN: ${{ github.token }}
30
+ VALIDATE_MARKDOWN_PRETTIER: false
31
+ VALIDATE_YAML_PRETTIER: false
‎src/modules/OtherPSModule.psm1
@@ -1,4 +1,4 @@
1
-Function Get-OtherPSModule {
+function Get-OtherPSModule {
2
<#
3
.SYNOPSIS
4
Performs tests on a module.
0 commit comments