Skip to content

Commit dfa0072

Browse files
author
Sarah Vilaysom
authored
Update .acrolinx-config.edn
testing March 2023 updated guidelines - BAG and new score categories
1 parent d2497b3 commit dfa0072

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

.acrolinx-config.edn

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
{:allowed-branchname-matches ["^main$"]
1+
{:allowed-branchname-matches ["main"]
22
:allowed-filename-matches ["(?i)powerapps-docs/(?:(?!developer/data-platform/reference/entities))"]
3-
:guidance-profile "dc59e3ef-24fd-46d7-9156-0491aaae6bef" ;; Profile ID for "BAG-specific"
43
:use-skip-label true
4+
:targets
5+
{
6+
:scores
7+
{
8+
:qualityscore 80
9+
}
10+
}
11+
:guidance-profile "66710a49-7773-43f4-b6d8-66b63b5e431f" ;; testing March 2023 updated guidelines - BAG
512
:acrolinx-check-settings
613
{
714
"languageId" "en"
@@ -13,4 +20,19 @@
1320
]
1421
"termSetNames" ["BAG" "Microsoft" "Products"]
1522
}
23+
24+
:template-header
25+
"
26+
## Acrolinx score
27+
28+
**A minimum total score of 80 is required. The total score is an average of the subscores.**
29+
Select **Total score** to review the Acrolinx scorecard for your article. Try to increase your individual scores, ex. Correctness. Your article will be clearer and more consistent with Microsoft standards.
30+
31+
| Article | **Total score**<br />**Required: 80** | Word and phrases<br />(Brand, terms)<br />Preferred: 100 | Correctness<br />(Spelling, grammar)<br />Preferred: 100 | Clarity<br />(Readability)<br />Preferred: 80 |
32+
|---------|:------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|:---------------------------------------------:|
33+
"
34+
35+
:template-change
36+
"| ${s/status} ${s/file} | [${acrolinx/qualityscore}](${acrolinx/scorecard}) | ${acrolinx/scores/words_and_phrases} | ${acrolinx/scores/correctness} | ${acrolinx/scores/clarity} |
37+
"
1638
}

0 commit comments

Comments
 (0)