You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/05/07 11:18:06 UTC

[incubator-doris] branch master updated: [FE Code Style] Fix wrong checkstyle action configuration (#9370)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new ca92297030 [FE Code Style] Fix wrong checkstyle action configuration (#9370)
ca92297030 is described below

commit ca922970301379889360b2aff495ec96f38b18f6
Author: leo65535 <le...@163.com>
AuthorDate: Sat May 7 19:18:00 2022 +0800

    [FE Code Style] Fix wrong checkstyle action configuration (#9370)
---
 .github/workflows/checkstyle.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml
index 01e5428eba..45be252192 100644
--- a/.github/workflows/checkstyle.yaml
+++ b/.github/workflows/checkstyle.yaml
@@ -35,7 +35,8 @@ jobs:
           checkstyle_config: fe/check/checkstyle/checkstyle.xml
           checkstyle_version: 9.3
           workdir: "./fe"
-          reporter: 'github-pr-review'
+          reporter: 'github-pr-check'
           github_token: ${{ secrets.GITHUB_TOKEN }}
           fail_on_error: true
+          level: error
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org