From 58635dbf8afc0a467b0693caa1dc2c6d0a8ff724 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Thu, 22 Apr 2021 18:23:23 -0400 Subject: [PATCH] Expects ShellCheck haddock failures The original commit (537bf22a2143cbddfc429c59162d333032323ad4) ignored case-sensitivity in the package name. cf. upstream issue koalaman/shellcheck#2216 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9959f3be..870f82ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7966,7 +7966,7 @@ expected-haddock-failures: - egison # https://github.com/koalaman/shellcheck/issues/2216 - - shellcheck + - ShellCheck # end of expected-haddock-failures