Skip to content

Commit

Permalink
docs: changes to vale (#834)
Browse files Browse the repository at this point in the history
add new regex to ignore the word apify within URLs add new msoft
styleguide rule ignores
  • Loading branch information
TC-MO authored Jan 15, 2024
1 parent 29d9bfc commit 15f5c09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/styles/Apify/Capitalization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ level: error
tokens:
- '\bactor\b'
- '\bactors\b'
- '\bapify\b(?!-\w+)'
- '(?<!@)\bapify\b(?!-\w+)'
- '(?<!\()\bhttps?://[^\s]*\bapify\b[^\s]*\b(?!\))|(?<!\[)\bhttps?://[^\s]*\bapify\b[^\s]*\b(?!\])'

nonword: false
1 change: 1 addition & 0 deletions vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\[(?=.*\.com(?:\/.*)?).+?
Microsoft.Contractions = NO
Microsoft.Foreign = NO
Microsoft.We = NO
Microsoft.Quotes = NO

0 comments on commit 15f5c09

Please sign in to comment.