Skip to content

Commit

Permalink
make vale ignore apify when preceded by @
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-MO committed Jan 15, 2024
1 parent 200bf81 commit f0bac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/styles/Apify/Capitalization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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

0 comments on commit f0bac53

Please sign in to comment.