Skip to content

Commit fa8b613

Browse files
⚙️ [Maintenance]: Update super-linter to v8.4.0 (#11)
## Description Updates super-linter from v8.3.2 to v8.4.0. ## Changes - Updated `super-linter/super-linter` to v8.4.0 (`12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e`) - Added `.codespellrc` configuration file for codespell linter ## References - [super-linter v8.4.0 release](https://github.com/super-linter/super-linter/releases/tag/v8.4.0)
1 parent 9cad3fb commit fa8b613

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/linters/.codespellrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[codespell]
2+
skip = ./.github/linters

.github/workflows/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Lint code base
28-
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
28+
uses: super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}
3131
VALIDATE_BIOME_FORMAT: false

src/Helpers.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.OUTPUTS
1414
Returns the normalized multi-line string.
1515
s#>
16-
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseApprovedVerbs', '', Scope = 'Function', Justification = 'Function isnt exported.')]
16+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseApprovedVerbs', '', Scope = 'Function', Justification = 'Function isn''t exported.')]
1717
[OutputType([string])]
1818
[CmdletBinding()]
1919
param(

0 commit comments

Comments
 (0)