Skip to content

Feat/long link

Feat/long link #311

Triggered via pull request May 16, 2026 11:55
Status Success
Total duration 24s
Artifacts

checkstyle.yml

on: pull_request
checkstyle
21s
checkstyle
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
checkstyle
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
checkstyle: trpc-core/src/test/java/com/tencent/trpc/core/cluster/RpcClusterClientManagerTest.java#L231
[checkstyle] reported by reviewdog 🐶 变量'client'声明及第一次使用距离4行(最多:3 行)。若需要存储该变量的值,请将其声明为final的(方法调用前声明以避免副作用影响原值)。 Raw Output: /github/workspace/trpc-core/src/test/java/com/tencent/trpc/core/cluster/RpcClusterClientManagerTest.java:231:9: warning: 变量'client'声明及第一次使用距离4行(最多:3 行)。若需要存储该变量的值,请将其声明为final的(方法调用前声明以避免副作用影响原值)。 (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)
checkstyle: trpc-core/src/test/java/com/tencent/trpc/core/cluster/RpcClusterClientManagerTest.java#L210
[checkstyle] reported by reviewdog 🐶 变量'client'声明及第一次使用距离4行(最多:3 行)。若需要存储该变量的值,请将其声明为final的(方法调用前声明以避免副作用影响原值)。 Raw Output: /github/workspace/trpc-core/src/test/java/com/tencent/trpc/core/cluster/RpcClusterClientManagerTest.java:210:9: warning: 变量'client'声明及第一次使用距离4行(最多:3 行)。若需要存储该变量的值,请将其声明为final的(方法调用前声明以避免副作用影响原值)。 (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)
checkstyle: trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerCloseFutureTest.java#L166
[checkstyle] reported by reviewdog 🐶 变量'proxy'声明及第一次使用距离5行(最多:3 行)。若需要存储该变量的值,请将其声明为final的(方法调用前声明以避免副作用影响原值)。 Raw Output: /github/workspace/trpc-core/src/test/java/com/tencent/trpc/core/cluster/def/DefClusterInvokerCloseFutureTest.java:166:9: warning: 变量'proxy'声明及第一次使用距离5行(最多:3 行)。若需要存储该变量的值,请将其声明为final的(方法调用前声明以避免副作用影响原值)。 (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)