Feature/sqle ee issue 2636 #14
push-pr-devel.yml
on: pull_request
Check
/
Build Java
1m 15s
Frontend
/
Build
1m 33s
Server
/
Lint
28s
Frontend
/
Lint
1m 3s
Annotations
22 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 '{'
|
|
Check / Build Java
Process completed with exit code 1.
|
|
Frontend / Build
Property 'executionContext' does not exist on type 'GroupingDataSource'.
|
|
Frontend / Build
Property 'options' does not exist on type 'GroupingDataSource'.
|
|
Frontend / Build
This member cannot have an 'override' modifier because its containing class 'GroupingDataSource' does not extend another class.
|
|
Frontend / Build
Cannot find module '@cloudbeaver/plugin-sql-editor' or its corresponding type declarations.
|
|
Frontend / Build
'sqlEditorNavigatorService' is of type 'unknown'.
|
|
Frontend / Build
Parameter 'tab' implicitly has an 'any' type.
|
|
Frontend / Build
'sqlDataSourceService' is of type 'unknown'.
|
|
Frontend / Build
'sqlDataSourceService' is of type 'unknown'.
|
|
Frontend / Build
Cannot find module '@cloudbeaver/plugin-sql-editor-navigation-tab' or its corresponding type declarations.
|
|
Frontend / Build
Cannot find module '@cloudbeaver/plugin-sql-editor' or its corresponding type declarations.
|
|
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']
|
|
Frontend / Lint:
webapp/common-react/@dbeaver/react-data-grid/artifacts/lib/index.js#L37
Missing trailing comma
|
|
Frontend / Lint:
webapp/common-react/@dbeaver/react-data-grid/artifacts/lib/index.js#L22
Missing trailing comma
|
|
Frontend / Lint:
webapp/common-react/@dbeaver/react-data-grid/artifacts/lib/index.d.ts#L521
Missing trailing comma
|
|
Frontend / Lint:
webapp/common-react/@dbeaver/react-data-grid/artifacts/lib/index.d.ts#L518
Missing trailing comma
|
|
Frontend / Lint:
webapp/common-react/@dbeaver/react-data-grid/artifacts/lib/index.d.ts#L513
Missing trailing comma
|
|
Frontend / Lint:
webapp/common-react/@dbeaver/react-data-grid/artifacts/lib/index.d.ts#L506
Missing trailing comma
|
|
Frontend / Lint:
webapp/common-react/@dbeaver/react-data-grid/artifacts/lib/index.d.ts#L498
Missing trailing comma
|
|
Frontend / Lint:
webapp/common-react/@dbeaver/react-data-grid/artifacts/lib/index.d.ts#L480
Missing trailing comma
|
|
Frontend / Lint:
webapp/.yarn/sdks/typescript/lib/tsserverlibrary.js#L234
Missing trailing comma
|
|
Frontend / Lint:
webapp/.yarn/sdks/typescript/lib/tsserver.js#L234
Missing trailing comma
|