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
4 changes: 3 additions & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ Microsoft.Hyphens = NO
Microsoft.We = NO
Microsoft.Avoid = NO


# Changelog entries use time-relative terms ("You can now...") by convention
[**/changelog/*.mdx]
FernStyles.Current = NO

15 changes: 15 additions & 0 deletions .vale/styles/FernStyles/Acronyms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,18 @@ exceptions:
- ISO
- AUTO
- SHA
- GTM
- PATCH
- DELETE
- HEAD
- OPTIONS
- PEM
- HMAC
- MITM
- TOML
- ORM
- CORS
- CIDR
- NaN
- EOF
- CRUD
1 change: 0 additions & 1 deletion .vale/styles/FernStyles/Current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ tokens:
- soon
- latest
- upcoming
- old
27 changes: 27 additions & 0 deletions .vale/styles/FernStyles/Headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,30 @@ exceptions:
- BCP
- ISO
- Replay
- Fern Replay
- Playground
- API Playground
- Dashboard
- Fern Dashboard
- Editor
- Fern Editor
- Writer
- Fern Writer
- Ask Fern
- Explorer
- Autorelease
- Bitbucket
- NuGet
- Crates
- Terraform
- Gradle
- Swagger
- Webpack
- Vite
- Vercel
- Netlify
- Cloudflare
- PostgreSQL
- Redis
- Stripe
- Twilio
19 changes: 19 additions & 0 deletions .vale/styles/FernStyles/Hedges.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
extends: existence
message: "Avoid hedge words and filler like '%s'. Prefer direct statements."
level: suggestion
ignorecase: true
tokens:
- simply
- just
- make sure you
- make sure to
- be sure to
- you'll want to
- you'll need to
- you may want to
- you might want to
- please note that
- it is important to note
- it should be noted
- note that
- keep in mind
Loading