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

Commit 05832b6

Browse files
spencertransiermokagio
authored andcommitted
Change swiftlint command
1 parent ac6c0fa commit 05832b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ steps:
3131
# Linters
3232
#################
3333
- label: ":swift: SwiftLint"
34-
command: run_swiftlint --strict
35-
plugins: *common_plugins
34+
command: swiftlint
35+
env:
36+
SWIFTLINT_OPTION_STRICT: "true"
3637
notify:
3738
- github_commit_status:
3839
context: "SwiftLint"

0 commit comments

Comments
 (0)