Skip to content

Delete hardcoded user trip state #81

Delete hardcoded user trip state

Delete hardcoded user trip state #81

Triggered via pull request May 26, 2024 10:44
Status Success
Total duration 24s
Artifacts

main.yml

on: pull_request
Checkstyle job
15s
Checkstyle job
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Checkstyle job
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 job
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/
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/map/MapsFragment.java#L60
[testtool] reported by reviewdog 🐶 Line is longer than 100 characters (found 101). Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/map/MapsFragment.java:60:0: warning: Line is longer than 100 characters (found 101). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/map/MapsViewModel.java#L12
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/map/MapsViewModel.java:12:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/map/MapsViewModel.java#L22
[testtool] reported by reviewdog 🐶 Empty catch block. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/map/MapsViewModel.java:22:65: warning: Empty catch block. (com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck)