From 77f60a90e05f7c7ac6b69a605bd68fc6c754aab6 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 7 Aug 2022 19:08:37 +1000 Subject: [PATCH] fix: lints (#3802) --- .buildkite/pipeline.yml | 2 +- docs/i18n/en.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d569e2379..9a4a8f964 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -16,7 +16,7 @@ steps: if: build.branch != "master" - wait: # yamllint disable-line rule:empty-values - if: build.pull_request.repository.fork != true && build.branch !~ /^(dependabot|renovate)\/.*/ && build.message !~ /^docs/ + if: build.pull_request.repository.fork != true && build.branch !~ /^(dependabot|renovate)\/.*/ && build.message !~ /^docs/ # yamllint disable-line rule:line-length # Manual intervention by team required to deploy for forked PRs (prevent secret leakage). - block: "Public fork needs approval" diff --git a/docs/i18n/en.yaml b/docs/i18n/en.yaml index 1f93f5eb8..4994b7e52 100644 --- a/docs/i18n/en.yaml +++ b/docs/i18n/en.yaml @@ -12,7 +12,7 @@ translation: "Page not found :(" - id: 404-text - translation: "The page you are looking for doesn't exist or has been moved. If you followed a link to get to this page please report it if it was on this site, the official GitHub repository, or the logs on the latest version." + translation: "The page you are looking for doesn't exist or has been moved. If you followed a link to get to this page please report it if it was on this site, the official GitHub repository, or the logs on the latest version." # yamllint disable-line rule:line-length - id: browse translation: "Browse"