forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.acrolinx-config.edn
33 lines (24 loc) · 1.16 KB
/
.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
30
31
32
33
{:allowed-branchname-matches ["master" "release-.*" "sandbox-.*"]
:allowed-filename-matches ["articles" "includes"]
:template-header
"
## Acrolinx Scorecards
**Starting Wednesday, 7/26, a minimum Acrolinx score of 80 will be required for merging PRs that require human review.**
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)
- The scorecard links are good for one hour. If you're prompted to authenticate, you can close and reopen the PR to get new links. Or, use these credentials:
Account: report-viewer
Password: kermit$
- [False positives or issues](https://aka.ms/acrolinxbug)
"}