Skip to content

Commit

Permalink
docs: Update colon.yml (#3084)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b9f142)
  • Loading branch information
karl-cardenas-coding committed Jun 13, 2024
1 parent 3a62152 commit f5bbdc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vale/styles/spectrocloud/colon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ nonword: true
level: error
scope: raw
tokens:
- '(?<!:)[:][\n]{2,}[^-\n]'
- '(?<!:):\n(?!\s*[-*])[\n]{1,}[^-\n]'
exceptions:
- '`[^`]*:[^`]*`'
- ':::'


0 comments on commit f5bbdc4

Please sign in to comment.