Skip to content

Commit 502b047

Browse files
committed
update edn file
1 parent 6ceb533 commit 502b047

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

.acrolinx-config.edn

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
11
{:allowed-branchname-matches ["master" "release-.*" "sandbox-.*"]
2-
:allowed-filename-matches ["docs" "docs-msdn"]}
2+
:allowed-filename-matches ["docs" "docs-msdn"]
3+
4+
:template-header
5+
"
6+
## Acrolinx Scorecards
7+
8+
**Notice:** This repo is running on a test instance of Acrolinx, please see instructions below.
9+
10+
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
11+
12+
| Article | Score | Issues | Scorecard |
13+
| ------- | ----- | ------ | --------- |
14+
"
15+
16+
;; do not remove the spaces at the end of lines! That is markdown for
17+
;; linebreak
18+
:template-change
19+
"| **${github/filename}** | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | [link](${acrolinx/scorecard}) |
20+
"
21+
22+
:template-footer
23+
"
24+
**More info about Acrolinx**
25+
26+
- When you click a report link, use your corpnet credentials to access the reports. Acrolinx now uses MSFT corpnet authentication.
27+
28+
- [Report false positives or issues](https://aka.ms/acrolinxbug)
29+
30+
"}
31+

0 commit comments

Comments
 (0)