Skip to content

Commit

Permalink
remove msft from vale
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 12, 2024
1 parent ac2e7e4 commit e91e760
Show file tree
Hide file tree
Showing 43 changed files with 3 additions and 1,217 deletions.
15 changes: 2 additions & 13 deletions docs/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
StylesPath = "vale/styles"
MinAlertLevel = suggestion

Packages = Google, Microsoft
Packages = Google
Vocab = Dagster

[*.{md,mdx,rst}]
BasedOnStyles = Vale, Google, Microsoft, Dagster
BasedOnStyles = Vale, Google, Dagster

; Ignore all :py directives
IgnorePatterns = (:py:[^`]+`[^`]+`)

; Error on headings that aren't sentence cased.
Google.Headings = Error

; these are already covered in Google which we prioritize
Microsoft.Contractions = NO
Microsoft.Headings = NO
Microsoft.Passive = NO
Microsoft.Spacing = NO
Microsoft.Semicolon = NO
Microsoft.GeneralURL = NO
Microsoft.We = NO
Microsoft.ComplexWords = NO
Microsoft.Vocab = NO

; Google avoids using will, we don't need to check for this
Google.Will = NO
Google.WordList = NO
Expand Down
2 changes: 1 addition & 1 deletion docs/vale/styles/Dagster/section-heading-gerund.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ level: error
scope: heading
ignorecase: false
raw:
'^(\w+ing\b.*)$'
^(?!Troubleshooting)(\w+ing\b.*)$
9 changes: 0 additions & 9 deletions docs/vale/styles/Microsoft/AMPM.yml

This file was deleted.

30 changes: 0 additions & 30 deletions docs/vale/styles/Microsoft/Accessibility.yml

This file was deleted.

64 changes: 0 additions & 64 deletions docs/vale/styles/Microsoft/Acronyms.yml

This file was deleted.

Loading

0 comments on commit e91e760

Please sign in to comment.