From d34f7eb2fc5128487089a19e523931c88d2851ef Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 31 Mar 2023 11:18:58 +0200 Subject: [PATCH] Exclude polyfill-mbstring/bootstrap80.php --- .github/workflows/phplint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index f62cee0e..67e8caa0 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -13,4 +13,4 @@ jobs: - uses: overtrue/phplint@7.4 with: path: . - options: --exclude=*.log + options: --exclude="system/libs/polyfill-mbstring/bootstrap80.php"