Skip to content

dbeaver/dbeaver-vscode#45 server feature extension #435

dbeaver/dbeaver-vscode#45 server feature extension

dbeaver/dbeaver-vscode#45 server feature extension #435

Triggered via pull request November 26, 2024 08:46
Status Failure
Total duration 2m 6s
Artifacts

push-pr-devel.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Server / Lint: server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/model/WebServerConfig.java#L94
[checkstyle] reported by reviewdog 🐶 'method def' child has incorrect indentation level 7, expected level should be 8. Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/model/WebServerConfig.java:94:8: warning: 'method def' child has incorrect indentation level 7, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Server / Lint: server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/registry/WebServerFeatureDescriptor.java#L40
[checkstyle] reported by reviewdog 🐶 '{' at column 5 should be on the previous line. Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/registry/WebServerFeatureDescriptor.java:40:5: warning: '{' at column 5 should be on the previous line. (com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck)
Server / Lint: server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/registry/WebServerFeatureRegistry.java#L36
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/registry/WebServerFeatureRegistry.java:36:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
Server / Lint: server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/registry/WebServerFeatureRegistry.java#L36
[checkstyle] reported by reviewdog 🐶 'static' modifier out of order with the JLS suggestions. Raw Output: /github/workspace/./server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/registry/WebServerFeatureRegistry.java:36:25: warning: 'static' modifier out of order with the JLS suggestions. (com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck)