From 1379d88afffe1c270886d97c618d50f4862e1e3f Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 13 Dec 2024 10:38:42 +0000 Subject: [PATCH] add version --- styles/config/vocabularies/EN/accept.txt | 2 ++ styles/custom/Typos.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/styles/config/vocabularies/EN/accept.txt b/styles/config/vocabularies/EN/accept.txt index e673e2ef83d..083b42f7bed 100644 --- a/styles/config/vocabularies/EN/accept.txt +++ b/styles/config/vocabularies/EN/accept.txt @@ -65,3 +65,5 @@ N/A pseudocolumn yml values= +dbt v\\d+\\.\\d+ +v\\d+\\.\\d+ diff --git a/styles/custom/Typos.yml b/styles/custom/Typos.yml index 456517950a9..c1ad5cbe95b 100644 --- a/styles/custom/Typos.yml +++ b/styles/custom/Typos.yml @@ -37,3 +37,5 @@ tokens: - '\w+/\w+|\w+-\w+|n/a' - 'n/a' - 'N/A' + - 'dbt v\\d+\\.\\d+' + - 'v\\d+\\.\\d+ '