You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:allowed-filename-matches ["microsoft-365/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]
1
+
{:changed-files-limit60
2
+
:allowed-branchname-matches ["main""release-.*"]
3
+
:allowed-filename-matches ["microsoft-365/""copilot/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]
3
4
4
5
:use-gh-statusestrue
5
6
6
7
:targets
7
8
{
8
9
:counts {
9
10
;;:correctness 13
10
-
;;:total 15 ;; absolute flag count but i don't know the difference between this and issues
11
-
;;:issues 15 ;; coming from the platform, will need to be tested.
12
-
;;:correctness 13 ;; combined spelling and grammar
11
+
;;:total 15 ;;
12
+
;;:issues 15 ;;
13
+
;;:correctness 13 ;;
13
14
}
14
15
:scores {
15
16
;;:terminology 100
16
-
:qualityscore80;; Confirmed with Hugo that you just comment out the single score and leave the structure in place
17
+
:qualityscore80;;
17
18
;;:correctness 40
18
19
}
19
20
}
20
21
21
22
:guidance-profile"d2b6c2c8-00ee-47f1-8d10-b280cc3434c1";; Profile ID for "M365-specific"
**The minimum Acrolinx topic score of 80 is required for all MAGIC content merged to the default branch.**
30
+
**The minimum Acrolinx topic score of 80 is required for all Magic content merged to the default branch.**
43
31
44
32
If you need a scoring exception for content in this PR, add the *Sign off* and the *Acrolinx exception* labels to the PR. The PubOps Team will review the exception request and may take one or more of the following actions:
45
33
@@ -49,20 +37,24 @@ If you need a scoring exception for content in this PR, add the *Sign off* and t
49
37
50
38
For more information about the exception criteria and exception process, see [Minimum Acrolinx topic scores for publishing](https://review.docs.microsoft.com/en-us/office-authoring-guide/acrolinx-min-score?branch=main).
51
39
52
-
Select the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
40
+
Select the total score link to review all feedback on clarity, consistency, tone, brand, terms, spelling, grammar, readability, and inclusive language. _You should fix all spelling errors regardless of your total score_. Fixing spelling errors helps maintain customer trust in overall content quality.
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/en-us/office-authoring-guide/acrolinx-vscode?branch=main).
54
+
- [Install Acrolinx locally for VSCode for Magic](https://review.docs.microsoft.com/office-authoring-guide/acrolinx-vscode?branch=main)
55
+
- [False positives or issues](https://aka.ms/acrolinxbug)
56
+
- [Request a new Acrolinx term](https://microsoft.sharepoint.com/teams/M365Dev2/SitePages/M365-terminology.aspx)
57
+
- [Troubleshooting issues with Acrolinx](https://review.docs.microsoft.com/help/contribute/acrolinx-error-messages)
- cron: "25 5,11,17,22 * * *"# Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
0 commit comments