Skip to content

Commit 845c59d

Browse files
authored
Update .acrolinx-config.edn
1 parent 10ec4c8 commit 845c59d

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

.acrolinx-config.edn

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["docs" "styleguide"]
1+
void
2+
delete
33

4-
:template-header
5-
"
6-
## Acrolinx Scorecards
7-
8-
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
9-
10-
| Article | Score | Issues | Scorecard |
11-
| ------- | ----- | ------ | --------- |
12-
"
13-
14-
;; do not remove the spaces at the end of lines! That is markdown for
15-
;; linebreak
16-
:template-change
17-
"| **${github/filename}** | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | [link](${acrolinx/scorecard}) |
18-
"
19-
20-
:template-footer
21-
"
22-
**More info about Acrolinx**
23-
24-
- [Install Acrolinx locally for VSCode](https://review.docs.microsoft.com/en-us/help/contribute/contribute-acrolinx-vscode)
25-
- [Report false positives or issues](https://aka.ms/acrolinxbug)
26-
27-
"}

0 commit comments

Comments
 (0)