Skip to content

Commit

Permalink
Update .acrolinx-config.edn (dotnet#35046)
Browse files Browse the repository at this point in the history
run Acrolinx only in the "docs" and "includes" folders (see https://dev.azure.com/msft-skilling/Content/_workitems/edit/83836)
  • Loading branch information
Sarah Vilaysom authored Apr 18, 2023
1 parent b785442 commit 2f0399d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .acrolinx-config.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{:allowed-branchname-matches ["^main$" "^release..*"]
:allowed-filename-matches ["^..*"]}
{:allowed-branchname-matches ["main" "release-.*"]
:allowed-filename-matches ["docs" "includes"]}

0 comments on commit 2f0399d

Please sign in to comment.