Skip to content

Feature/sqle ee issue 2636 #16

Feature/sqle ee issue 2636

Feature/sqle ee issue 2636 #16

Triggered via pull request February 2, 2026 08:39
Status Failure
Total duration 1m 14s
Artifacts

push-pr-devel.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 20 warnings
Server / Lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L5
A space is required before '}'
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L5
A space is required after '{'
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L4
Strings must use singlequote
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L4
A `require()` style import is forbidden
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L4
A space is required before '}'
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L4
A space is required after '{'
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L3
Strings must use singlequote
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L3
A `require()` style import is forbidden
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L3
A space is required before '}'
Frontend / Lint: webapp/.yarn/sdks/eslint/bin/eslint.js#L3
A space is required after '{'
Server / Lint: server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/DBWServiceAuth.java#L80
[checkstyle] reported by reviewdog 🐶 Line is longer than 140 characters (found 144). Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/DBWServiceAuth.java:80:0: warning: Line is longer than 140 characters (found 144). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Server / Lint: server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/DBWServiceAuth.java#L63
[checkstyle] reported by reviewdog 🐶 Line is longer than 140 characters (found 141). Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/DBWServiceAuth.java:63:0: warning: Line is longer than 140 characters (found 141). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Server / Lint: server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/local/LocalServletHandler.java#L43
[checkstyle] reported by reviewdog 🐶 Line is longer than 140 characters (found 141). Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/local/LocalServletHandler.java:43:0: warning: Line is longer than 140 characters (found 141). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Server / Lint: server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/RPSessionHandler.java#L74
[checkstyle] reported by reviewdog 🐶 Distance between variable 'authProviderExternal' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/RPSessionHandler.java:74:9: warning: Distance between variable 'authProviderExternal' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)
Server / Lint: server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/RPSessionHandler.java#L69
[checkstyle] reported by reviewdog 🐶 Distance between variable 'securityController' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/RPSessionHandler.java:69:9: warning: Distance between variable 'securityController' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)
Server / Lint: server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/RPSessionHandler.java#L56
[checkstyle] reported by reviewdog 🐶 Line is longer than 140 characters (found 151). Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.service.auth/src/io/cloudbeaver/service/auth/RPSessionHandler.java:56:0: warning: Line is longer than 140 characters (found 151). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Server / Lint: server/test/io.cloudbeaver.test.platform/src/io/cloudbeaver/CloudbeaverMockTest.java#L25
[checkstyle] reported by reviewdog 🐶 ';' should be separated from previous line. Raw Output: /github/workspace/./server/test/io.cloudbeaver.test.platform/src/io/cloudbeaver/CloudbeaverMockTest.java:25:18: warning: ';' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Server / Lint: server/test/io.cloudbeaver.test.platform/src/io/cloudbeaver/CloudbeaverMockTest.java#L18
[checkstyle] reported by reviewdog 🐶 Line is longer than 140 characters (found 175). Raw Output: /github/workspace/./server/test/io.cloudbeaver.test.platform/src/io/cloudbeaver/CloudbeaverMockTest.java:18:0: warning: Line is longer than 140 characters (found 175). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Server / Lint: server/test/io.cloudbeaver.test.platform/src/io/cloudbeaver/model/rm/RMNIOTest.java#L50
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'RMNIOTest' must contain no more than '4' consecutive capital letters. Raw Output: /github/workspace/./server/test/io.cloudbeaver.test.platform/src/io/cloudbeaver/model/rm/RMNIOTest.java:50:14: warning: Abbreviation in name 'RMNIOTest' must contain no more than '4' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
Server / Lint
Unexpected input(s) 'fail_on_error', valid inputs are ['entryPoint', 'args', 'github_token', 'workdir', 'level', 'reporter', 'filter_mode', 'fail_level', 'reviewdog_flags', 'checkstyle_config', 'checkstyle_version', 'properties_file']