Skip to content

Commit

Permalink
Merge branch 'test-vale' into ly-test-linter2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 27, 2024
2 parents f4d1168 + b3c877b commit 21144d6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
25 changes: 22 additions & 3 deletions styles/Vocab/EN/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ pseudocolumn
\<Tabs
values=
dbt_project.yml
<[^>]+>
\w+-\w+
\w+/\w+
<[^>]+> < !-- allows tabs -->
\w+-\w+ <!-- allows dashes -->
\w+/\w+ <!-- allows slashes -->
n/a
N/A
\w+/\w+|\w+-\w+|n/a
Expand All @@ -64,3 +64,22 @@ gcloud
MSFT
shoutout
DDL
DWUs
DWU
APIs
API
:::caution
:::info
:::tip
:::note
:::warning
ing
ETL
ELT
SSIS
PBI
PowerBI
datetime
PySpark
\b[a-z]+(?:_[a-z]+)*\b <!-- allows snake_case -->
\b[A-Z]{2,}(?:/[A-Z]{2,})?\b <-- This should allow acronyms like API, AI/ML -->
17 changes: 0 additions & 17 deletions styles/custom/UIElements.yml

This file was deleted.

0 comments on commit 21144d6

Please sign in to comment.