Skip to content

Commit c9901c2

Browse files
🩹 [Patch]: Disable markdown and YAML validation in linter; standardize function naming convention
1 parent e216d11 commit c9901c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.github/workflows/Linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
uses: super-linter/super-linter@latest
2828
env:
2929
GITHUB_TOKEN: ${{ github.token }}
30+
VALIDATE_MARKDOWN_PRETTIER: false
31+
VALIDATE_YAML_PRETTIER: false

‎src/modules/OtherPSModule.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Function Get-OtherPSModule {
1+
function Get-OtherPSModule {
22
<#
33
.SYNOPSIS
44
Performs tests on a module.

0 commit comments

Comments
 (0)