-
Notifications
You must be signed in to change notification settings - Fork 128
/
.acrolinx-config.edn
42 lines (35 loc) · 1.9 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
{:allowed-branchname-matches ["main"]
:allowed-filename-matches ["playfab-docs/features" "playfab-docs/data-analytics" "playfab-docs/playstream" "playfab-docs/gamemanager" "playfab-docs/miscellaneous" "playfab-docs/release-notes" "playfab-docs/resources" "playfab-docs/roadmap" "playfab-docs/sdks"]
:targets
{
:counts {
;;:spelling 10
;;:grammar 3
;;:total 15
;;:issues 15
}
:scores {
;;:terminology 100
:qualityscore 80
;;:spelling 40
}
}
:template-header ;; This displays in the pull request results pane. Can be overriden in repo-specific edn file. Ensure you match the indentations at the line starts exactly.
"
## Acrolinx Scorecards
**The minimum Acrolinx topic score of 80 is required for all content merged to the default branch.**
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology.
| Article | Acrolinx<br>score | Lowest<br>category<br>score | Spelling<br>issues | Scorecard | Processed |
|---------|:--------------:|:--------------------:|:------:|:---------:|:---------:|
"
:template-change ;; Can be overriden in repo-specific edn file. This displays in the pull request results pane.
"| ${s/file} | ${acrolinx/qualityscore} | ${acrolinx/scores/min-score} | ${acrolinx/flags/spelling} | [link](${acrolinx/scorecard}) | ${s/status} |
"
:template-footer ;; Can be overriden in repo-specific edn file. This displays in the pull request results pane.
"
**More information about Acrolinx**
- [Install Acrolinx locally for VSCode](https://review.docs.microsoft.com/help/contribute/contribute-acrolinx-vscode)
- [False positives or issues](https://aka.ms/acrolinxbug)
- [Troubleshooting issues with Acrolinx](https://review.docs.microsoft.com/help/contribute/acrolinx-error-messages)
"
}