Skip to content

Commit 373823e

Browse files
committed
fix: remove whitesapce trailing checker
1 parent f77e1fc commit 373823e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.woodpecker/build-latest-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
image: josaorg/pre-commit-runner
3939
settings:
4040
args: "--all-files"
41-
skip: "end-of-file-fixer, yamllint"
41+
skip: "end-of-file-fixer, yamllint, trailing-whitespace"
4242

4343
# Build latest image (development and other branches)
4444
- name: build-latest-image

.woodpecker/build-stable-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ steps:
3939
image: josaorg/pre-commit-runner
4040
settings:
4141
args: "--all-files"
42-
skip: "end-of-file-fixer, yamllint"
42+
skip: "end-of-file-fixer, yamllint, trailing-whitespace"
4343

4444
# Build stable image (main branch only)
4545
- name: build-stable-image

0 commit comments

Comments
 (0)