forked from joostdenijs/azure-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.acrolinx-config.edn
32 lines (23 loc) · 1.57 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
{:allowed-branch-names ["master" "acrolinx-test" "release-azure-stack-tp2" "release-government" "release-ignite-2016" "release-managed-storage"]
:allowed-filename-matches ["articles" "includes"]
:template-header
"
## Acrolinx Scorecards (Beta)
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**
- 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$
- [Want more info about Acrolinx?](https://microsoft.sharepoint.com/teams/azurecontentguidance/CrossAzure Projects/Acrolinx-Kickoff.pptx?d=w7f94b3850fce4fb4ae214e466e6b4d3b)
- [Report false positive results or other issues](http://vstfcsd:8080/tfs/CSI/OneView/_workItems/create/Task?%5BSystem.Title%5D=Acrolinx%3A+%3Cissue+title%3E&%5BSystem.Description%5D=%3CUL%3E%3CLI%3ELink+to+Acrolinx+report+that+contains+the+issue.%3C%2FLI%3E%3CLI%3EDetailed+description%3C%2FLI%3E%3CLI%3EAttach+screenshot%3C%2FLI%3E%3C%2FUL%3E&%5BSystem.History%5D=Copied+from+%3Ca+href%3D'x-mvwit%3Aworkitem%2F66442'%3ETask+66442%3C%2Fa%3E&%5BSystem.Tags%5D=Acrolinx)
"}