Skip to content

Commit 8c09978

Browse files
Exclude class fixture files from repo linter
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 53fc898 commit 8c09978

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: super-linter/super-linter@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}
31+
FILTER_REGEX_EXCLUDE: 'tests/src(TestRepo|WithManifestTestRepo)/src/classes/public/.*\.ps1$'
3132
VALIDATE_BIOME_FORMAT: false
3233
VALIDATE_GITHUB_ACTIONS: false
3334
VALIDATE_JSCPD: false

0 commit comments

Comments
 (0)