From c13314a144c3268b246003331dc993c4d2c79dc1 Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Mon, 8 Jan 2024 09:57:17 -0600 Subject: [PATCH] final touches --- .github/workflows/ci_suite.yml | 1 + check_regex.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index fc1c42b3ec1a..99d78dfc1166 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -39,6 +39,7 @@ jobs: bash tools/ci/install_node.sh bash tools/ci/install_byond.sh bash tools/ci/install_spaceman_dmm.sh dreamchecker + cargo install ripgrep --features pcre2 tools/bootstrap/python -c '' - name: Run Linters run: | diff --git a/check_regex.yaml b/check_regex.yaml index a2bb022d2b90..df64dec9aae1 100644 --- a/check_regex.yaml +++ b/check_regex.yaml @@ -52,7 +52,7 @@ standards: '\(([\t ]+([^)"\n\\]*)|([^("\n]+)[\t ]+)\)', ] - - exactly: [2, "Old-style proc references", '\.proc/(\w+)'] + - exactly: [1, "Old-style proc references", '\.proc/(\w+)'] - exactly: [0, "Old-style typed proc references", '([\w/]+?)/?\.proc/(\w+)'] - no_more: