diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e8fd0b65..65acbc0f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -38,13 +38,14 @@ steps: # Linters ################# - label: ":swift: SwiftLint" - command: run_swiftlint --strict - plugins: *common_plugins + command: swiftlint + env: + SWIFTLINT_OPTION_STRICT: true notify: - github_commit_status: - context: "SwiftLint" + context: SwiftLint agents: - queue: "default" + queue: linter - label: "🧹 Lint" key: "lint"