Copilot commented on code in PR #7450:
URL: https://github.com/apache/incubator-seata/pull/7450#discussion_r2156003755


##########
.github/workflows/build.yml:
##########
@@ -77,11 +77,11 @@ jobs:
            ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
            ${{ runner.os }}-maven-
       # step 6.1
-      - name: "Test, Check style, Check PMD, Check license with Maven and 
Java8"
+      - name: "Test, Check PMD, Check license with Maven and Java8"
         if: matrix.java == '8'
         run: |
           ./mvnw -T 4C clean test \
-                 -Dcheckstyle.skip=false -Dpmd.skip=false -Dlicense.skip=false 
-DredisCaseEnabled=true \
+                 -Dpmd.skip=false -Dlicense.skip=false -DredisCaseEnabled=true 
\

Review Comment:
   Ensure that the removal of the checkstyle execution flag is intentional. If 
checkstyle validations are still needed, consider reintroducing the appropriate 
flag.
   ```suggestion
                    -Dpmd.skip=false -Dlicense.skip=false 
-Dcheckstyle.skip=false -DredisCaseEnabled=true \
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to