-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 [Patch]: Disable JSCPD linting (#28)
## Description - Disable JSCPD linting ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ]⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
- Loading branch information
1 parent
c7f34d1
commit 6209c7d
Showing
14 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ jobs: | |
uses: super-linter/super-linter@latest | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
VALIDATE_JSCPD: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Write-Verbose '------------------------------' -Verbose | ||
Write-Verbose '--- THIS IS A LAST LOADER ---' -Verbose | ||
Write-Verbose '------------------------------' -Verbose | ||
Write-Verbose '------------------------------' | ||
Write-Verbose '--- THIS IS A LAST LOADER ---' | ||
Write-Verbose '------------------------------' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Write-Verbose '-------------------------------' -Verbose | ||
Write-Verbose '--- THIS IS AN INITIALIZER ---' -Verbose | ||
Write-Verbose '-------------------------------' -Verbose | ||
Write-Verbose '-------------------------------' | ||
Write-Verbose '--- THIS IS AN INITIALIZER ---' | ||
Write-Verbose '-------------------------------' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Function Get-OtherPSModule { | ||
function Get-OtherPSModule { | ||
<# | ||
.SYNOPSIS | ||
Performs tests on a module. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Function Get-InternalPSModule { | ||
function Get-InternalPSModule { | ||
<# | ||
.SYNOPSIS | ||
Performs tests on a module. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Function Set-InternalPSModule { | ||
function Set-InternalPSModule { | ||
<# | ||
.SYNOPSIS | ||
Performs tests on a module. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Write-Verbose '-------------------------' -Verbose | ||
Write-Verbose '--- THIS IS A LOADER ---' -Verbose | ||
Write-Verbose '-------------------------' -Verbose | ||
Write-Verbose '-------------------------' | ||
Write-Verbose '--- THIS IS A LOADER ---' | ||
Write-Verbose '-------------------------' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Write-Verbose '------------------------------' -Verbose | ||
Write-Verbose '--- THIS IS A LAST LOADER ---' -Verbose | ||
Write-Verbose '------------------------------' -Verbose | ||
Write-Verbose '------------------------------' | ||
Write-Verbose '--- THIS IS A LAST LOADER ---' | ||
Write-Verbose '------------------------------' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Write-Verbose '-------------------------------' -Verbose | ||
Write-Verbose '--- THIS IS AN INITIALIZER ---' -Verbose | ||
Write-Verbose '-------------------------------' -Verbose | ||
Write-Verbose '-------------------------------' | ||
Write-Verbose '--- THIS IS AN INITIALIZER ---' | ||
Write-Verbose '-------------------------------' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Function Get-OtherPSModule { | ||
function Get-OtherPSModule { | ||
<# | ||
.SYNOPSIS | ||
Performs tests on a module. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Function Get-InternalPSModule { | ||
function Get-InternalPSModule { | ||
<# | ||
.SYNOPSIS | ||
Performs tests on a module. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Function Set-InternalPSModule { | ||
function Set-InternalPSModule { | ||
<# | ||
.SYNOPSIS | ||
Performs tests on a module. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Write-Verbose '-------------------------' -Verbose | ||
Write-Verbose '--- THIS IS A LOADER ---' -Verbose | ||
Write-Verbose '-------------------------' -Verbose | ||
Write-Verbose '-------------------------' | ||
Write-Verbose '--- THIS IS A LOADER ---' | ||
Write-Verbose '-------------------------' |