From aab8edfba057358b2665ba05bd599b3044bf0958 Mon Sep 17 00:00:00 2001 From: Matthew J Martin <19975+matmar10@users.noreply.github.com> Date: Fri, 5 Nov 2021 19:40:41 -0400 Subject: [PATCH] test: make sure loaded rules applied Fixes #20 --- .github/prcolinterrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/prcolinterrc.json b/.github/prcolinterrc.json index 182d49a..1e9ff09 100644 --- a/.github/prcolinterrc.json +++ b/.github/prcolinterrc.json @@ -1,6 +1,6 @@ { "rules": { "body-max-line-length": [0, "always", 100], - "references-empty": [0, "never"] + "references-empty": [2, "never"] } }