Adding Acrolinx configuration file (#68)

Specifying that Acrolinx only checks the windows subfolder/docset. All other folders should be excluded. check only occurs after all other configuration is final (it's not yet) and when pull requests are made against the specified branch (master in this case). We are in testing only and this will not stop publishing in any way. Please contact krowley, jtidwell, or OfficeDocs-admins for information.
This commit is contained in:
KC Cross 2019-05-01 11:36:16 -07:00 committed by Dani Halfin
parent 2c9314b0f6
commit 0e7633708c

3
acrolinx-config.edn Normal file
View File

@ -0,0 +1,3 @@
{:allowed-branchname-matches ["master"]
:allowed-filename-matches ["windows"]
}