moved middleware to v2 #331
maven.yml
on: pull_request
build
38s
checkstyle linting
13s
Annotations
10 errors and 3 warnings
checkstyle linting:
v2/pom.xml#L33
[checkstyle] reported by reviewdog 🐶
Line has trailing spaces.
Raw Output:
/github/workspace/./v2/pom.xml:33:0: error: Line has trailing spaces. (com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck)
|
checkstyle linting:
v2/src/main/java/io/keploy/servlet/KeployMiddleware.java#L1
[checkstyle] reported by reviewdog 🐶
File does not end with a newline.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/servlet/KeployMiddleware.java:1:0: error: File does not end with a newline. (com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck)
|
checkstyle linting:
v2/src/main/java/io/keploy/servlet/KeployMiddleware.java#L1
[checkstyle] reported by reviewdog 🐶
Missing package-info.java file.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/servlet/KeployMiddleware.java:1:0: error: Missing package-info.java file. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck)
|
checkstyle linting:
v2/src/main/java/io/keploy/servlet/KeployMiddleware.java#L9
[checkstyle] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - javax.servlet.*.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/servlet/KeployMiddleware.java:9:21: error: Using the '.*' form of import should be avoided - javax.servlet.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
checkstyle linting:
v2/src/main/java/io/keploy/servlet/KeployMiddleware.java#L15
[checkstyle] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - java.io.*.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/servlet/KeployMiddleware.java:15:15: error: Using the '.*' form of import should be avoided - java.io.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
checkstyle linting:
v2/src/main/java/io/keploy/servlet/KeployMiddleware.java#L18
[checkstyle] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - java.util.*.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/servlet/KeployMiddleware.java:18:17: error: Using the '.*' form of import should be avoided - java.util.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
checkstyle linting:
v2/src/main/java/io/keploy/servlet/KeployMiddleware.java#L25
[checkstyle] reported by reviewdog 🐶
Line is longer than 80 characters (found 85).
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/servlet/KeployMiddleware.java:25:0: error: Line is longer than 80 characters (found 85). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle linting:
v2/src/main/java/io/keploy/servlet/KeployMiddleware.java#L25
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/servlet/KeployMiddleware.java:25:5: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
|
checkstyle linting:
v2/src/main/java/io/keploy/servlet/KeployMiddleware.java#L26
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./v2/src/main/java/io/keploy/servlet/KeployMiddleware.java:26:5: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
|
checkstyle linting
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
checkstyle linting
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/.
|
checkstyle linting
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/
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|