-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f3d8a7
commit e1f4af9
Showing
17 changed files
with
38 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
FROM ubuntu:24.04 | ||
|
||
COPY . /app | ||
|
||
ENV VALE_VERSION="2.3.0" | ||
|
||
RUN apt-get update && apt-get install wget make -y | ||
|
||
RUN URL="https://github.com/errata-ai/vale/releases/download/v${VALE_VERSION}/vale_${VALE_VERSION}_Linux_64-bit.tar.gz" && \ | ||
wget --quiet $URL --output-document vale.tar.gz && \ | ||
tar -xzf vale.tar.gz && \ | ||
chmod +x vale && \ | ||
mv vale /usr/local/bin/ | ||
|
||
WORKDIR /app | ||
|
||
|
||
CMD ["make", "tests"] |
2 changes: 1 addition & 1 deletion
2
packages/spectrocloud/tests/ableism/vale.ini → ...ages/spectrocloud/tests/ableism/.vale.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Ableism = YES | ||
spectrocloud.ableism = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Acronym = YES | ||
spectrocloud.acronym = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Admonitions = YES | ||
spectrocloud.admonitions = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Brand = YES | ||
spectrocloud.brand = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Condescending = YES | ||
spectrocloud.condescending = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Direction = YES | ||
spectrocloud.direction = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.File-Type = YES | ||
spectrocloud.file-type = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Future = YES | ||
spectrocloud.future = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Gender = YES | ||
spectrocloud.gender = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Headings-Title = YES | ||
spectrocloud.headings-title = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Inclusive = YES | ||
spectrocloud.inclusive = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Longform = YES | ||
spectrocloud.longform = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Oxford-Comma = YES | ||
spectrocloud.oxford-comma = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Plural-Parantheses = YES | ||
spectrocloud.plural-parantheses = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.Product-UI = YES | ||
spectrocloud.product-ui = YES |