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

Commit c545aa5

Browse files
authored
[Tooling] SwiftLint: Use linter agent instead of default agent (#860)
2 parents 8015d71 + 74aced7 commit c545aa5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ steps:
3838
# Lint
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:
45-
context: "SwiftLint"
46+
context: SwiftLint
4647
agents:
47-
queue: "default"
48+
queue: linter
4849

4950
- label: "🧹 Lint"
5051
key: "lint"

0 commit comments

Comments
 (0)