From 952d8ba6c29d0740d1d75a2335cd463bff621afd Mon Sep 17 00:00:00 2001 From: MatthewShao Date: Thu, 26 May 2022 21:21:50 +0800 Subject: [PATCH] Disable checkstyle ci failure check: it fails on warnings --- .github/workflows/checkstyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkstyle.yml b/.github/workflows/checkstyle.yml index d8135b3..c3f2c5d 100644 --- a/.github/workflows/checkstyle.yml +++ b/.github/workflows/checkstyle.yml @@ -16,6 +16,6 @@ jobs: with: checkstyle_version: '8.32' checkstyle_config: './.github/workflows/checks_rules.xml' - fail_on_error: true + fail_on_error: false level: error reporter: 'github-pr-check'