forked from MicrosoftDocs/msteams-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.acrolinx-config.edn
45 lines (35 loc) · 1.34 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
34
35
36
37
38
39
40
41
42
43
44
45
{:allowed-branchname-matches ["master" "main"]
:allowed-filename-matches ["msteams-platform/"]
:use-gh-statuses true
:targets
{
:counts {
;;:spelling
;;:grammar
;;:total
;;:issues
}
:scores {
;;:terminology
:qualityscore 80
;;:spelling
}
}
:guidance-profile "d2b6c2c8-00ee-47f1-8d10-b280cc3434c1" ;; Profile ID for "M365-specific"
:template-header
"
## Acrolinx Scorecards
**We currently enforce a minimum score of 80.**
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
| Article | Score | Issues | Scorecard | Processed |
| ------- | ----- | ------ | --------- | --------- |
"
:template-change
"| ${s/file} | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | [link](${acrolinx/scorecard}) | ${s/status} |
"
:template-footer
"
**More info about Acrolinx**
Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see [Use the Visual Studio Code extension to run Acrolinx locally](https://review.docs.microsoft.com/office-authoring-guide/acrolinx-vscode).
"
}