forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.acrolinx-config.edn
29 lines (21 loc) · 907 Bytes
/
.acrolinx-config.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{:allowed-branchname-matches ["^master$" "^release..*"]
:allowed-filename-matches ["articles" "includes"]
:template-header
"
## Acrolinx Scorecards
**A minimum Acrolinx score of 80 is required.**
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
| Article | Score | Issues | Scorecard |
| ------- | ----- | ------ | --------- |
"
;; do not remove the spaces at the end of lines! That is markdown for
;; linebreak
:template-change
"| **${github/filename}** | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | [link](${acrolinx/scorecard}) |
"
:template-footer
"
**More info about Acrolinx**
- [Install Acrolinx locally for VSCode](https://review.docs.microsoft.com/en-us/help/contribute/contribute-acrolinx-vscode)
- [Report false positives or issues](https://aka.ms/acrolinxbug)
"}