feat: add closeDelay to support async calls coverage #337
Annotations
10 errors and 2 warnings
Run dbelyaev/action-checkstyle@v0.6.1:
v2/src/main/java/io/keploy/Keploy.java#L33
[checkstyle] reported by reviewdog ๐ถ
Missing a Javadoc comment.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/Keploy.java:33:9: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
|
Run dbelyaev/action-checkstyle@v0.6.1:
v2/src/main/java/io/keploy/Keploy.java#L36
[checkstyle] reported by reviewdog ๐ถ
'10' is a magic number.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/Keploy.java:36:18: error: '10' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
|
Run dbelyaev/action-checkstyle@v0.6.1:
v2/src/main/java/io/keploy/Keploy.java#L36
[checkstyle] reported by reviewdog ๐ถ
'6789' is a magic number.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/Keploy.java:36:29: error: '6789' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
|
Run dbelyaev/action-checkstyle@v0.6.1:
v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog ๐ถ
Line is longer than 80 characters (found 91).
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:0: error: Line is longer than 80 characters (found 91). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
Run dbelyaev/action-checkstyle@v0.6.1:
v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog ๐ถ
Missing a Javadoc comment.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:9: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
Run dbelyaev/action-checkstyle@v0.6.1:
v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog ๐ถ
Parameter delay should be final.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:27: error: Parameter delay should be final. (com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck)
|
Run dbelyaev/action-checkstyle@v0.6.1:
v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog ๐ถ
'delay' hides a field.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:31: error: 'delay' hides a field. (com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck)
|
Run dbelyaev/action-checkstyle@v0.6.1:
v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog ๐ถ
Parameter debug should be final.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:38: error: Parameter debug should be final. (com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck)
|
Run dbelyaev/action-checkstyle@v0.6.1:
v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog ๐ถ
'debug' hides a field.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:46: error: 'debug' hides a field. (com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck)
|
Run dbelyaev/action-checkstyle@v0.6.1
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.saobby.my.eu.orgmunity/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading