From 0e7633708c20b49ec223ad9c4a3683a72134f377 Mon Sep 17 00:00:00 2001 From: KC Cross Date: Wed, 1 May 2019 11:36:16 -0700 Subject: [PATCH] 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. --- acrolinx-config.edn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 acrolinx-config.edn diff --git a/acrolinx-config.edn b/acrolinx-config.edn new file mode 100644 index 0000000000..7f639efb92 --- /dev/null +++ b/acrolinx-config.edn @@ -0,0 +1,3 @@ +{:allowed-branchname-matches ["master"] + :allowed-filename-matches ["windows"] + }