Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 661dad9

Browse files
Change swiftlint command
1 parent e88b4a8 commit 661dad9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ steps:
3838
# Linters
3939
#################
4040
- label: ":swift: SwiftLint"
41-
command: run_swiftlint --strict
42-
plugins: *common_plugins
41+
command: swiftlint
42+
env:
43+
SWIFTLINT_OPTION_STRICT: "true"
4344
notify:
4445
- github_commit_status:
4546
context: "SwiftLint"

0 commit comments

Comments
 (0)