Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .github/styles/.gitkeep
Empty file.
25 changes: 25 additions & 0 deletions .github/styles/DataJourney/Style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
extends: substitution
message: "Use DataJourney docs style: replace '%s' with '%s'."
level: suggestion
ignorecase: false
swap:
Datajourney: DataJourney
Data Journey: DataJourney
Github: GitHub
Github Actions: GitHub Actions
FastHtml: FastHTML
fastHTML: FastHTML
chromadb: ChromaDB
ChromaDb: ChromaDB
langchain: LangChain
dagster: Dagster
pixi: Pixi
revolutionary: specific
game-changing: useful
cutting-edge: current
world-class: high-quality
best-in-class: high-quality
supercharge: improve
simply: ""
obviously: ""
basically: ""
2 changes: 2 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint prose
permissions:
contents: read
checks: write
pull-requests: read
on:
pull_request:

Expand Down
4 changes: 2 additions & 2 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
StylesPath = vale-styles
StylesPath = .github/styles

MinAlertLevel = suggestion

Packages = Google

[*.md]
BasedOnStyles = Vale
BasedOnStyles = Vale, DataJourney

Google.Contractions = YES
Google.FirstPerson = YES
Expand Down
Loading