Skip to content

Commit

Permalink
fix: let vale print the problem and solution (#5039)
Browse files Browse the repository at this point in the history
* fix: let vale print the problem and solution

* chore: switch back to single quote for code block
  • Loading branch information
Langleu authored Feb 19, 2025
1 parent 8b601e6 commit 73108b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion styles/camunda/all/americanBritish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extends: substitution
message: "British English writing style detected. Use American spelling instead."
message: "British English writing style detected. Use `%s` instead of `%s`. Use American spelling instead."
level: error
ignorecase: true
swap:
Expand Down
2 changes: 1 addition & 1 deletion styles/camunda/all/codeBlocksAreOurs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ nonword: true
scope: raw
tokens:
# Captures any referenced codeblocks that point at a non-Camunda github org.
- "`{3}.*\nhttps://github.com/(?!camunda|camunda-cloud).*\n`{3}"
- "`{3}.*\nhttps://github.com/(?!camunda/|camunda-cloud/).*\n`{3}"
2 changes: 1 addition & 1 deletion styles/camunda/all/glossary.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extends: substitution
message: "This term is spelled, uppercased, lowercased, hyphenated, or used incorrectly. Review the WCoE glossary."
message: "Inconsistent spelling detected. Use `%s` instead of `%s`. Review the WCoE glossary - https://confluence.camunda.com/x/b5RZBw ."
level: error
ignorecase: false
swap:
Expand Down
2 changes: 1 addition & 1 deletion styles/camunda/all/inclusiveLanguage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extends: substitution
message: "Non-inclusive terminology used. Review the WCoE for using inclusive language."
message: "Non-inclusive terminology used. Use `%s` instead of `%s`. Review the WCoE for using inclusive language - https://confluence.camunda.com/x/VYNBCw ."
level: error
ignorecase: true
swap:
Expand Down

0 comments on commit 73108b0

Please sign in to comment.