Skip to content

Add network interactions about social #94

Add network interactions about social

Add network interactions about social #94

Triggered via pull request June 9, 2024 20:29
Status Failure
Total duration 28s
Artifacts

main.yml

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

Annotations

1 error and 12 warnings
Checkstyle job
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 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/data/UsersRepository.java#L107
[testtool] reported by reviewdog 🐶 ',' should be on the previous line. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/data/UsersRepository.java:107:9: warning: ',' should be on the previous line. (SeparatorWrapComma)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/data/UsersRepository.java#L118
[testtool] reported by reviewdog 🐶 ',' should be on the previous line. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/data/UsersRepository.java:118:9: warning: ',' should be on the previous line. (SeparatorWrapComma)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java#L25
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java:25:3: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java#L28
[testtool] reported by reviewdog 🐶 'if' has incorrect indentation level 6, expected level should be 10. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java:28:7: warning: 'if' has incorrect indentation level 6, expected level should be 10. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java#L29
[testtool] reported by reviewdog 🐶 Line is longer than 100 characters (found 109). Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java:29:0: warning: Line is longer than 100 characters (found 109). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java#L29
[testtool] reported by reviewdog 🐶 'if' child has incorrect indentation level 8, expected level should be 12. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java:29:9: warning: 'if' child has incorrect indentation level 8, expected level should be 12. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java#L35
[testtool] reported by reviewdog 🐶 Empty catch block. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java:35:55: warning: Empty catch block. (com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java#L39
[testtool] reported by reviewdog 🐶 'if rcurly' has incorrect indentation level 6, expected level should be 10. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java:39:7: warning: 'if rcurly' has incorrect indentation level 6, expected level should be 10. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java#L40
[testtool] reported by reviewdog 🐶 'block rcurly' has incorrect indentation level 4, expected level should be 8. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java:40:5: warning: 'block rcurly' has incorrect indentation level 4, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Checkstyle job: app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java#L43
[testtool] reported by reviewdog 🐶 'if' has incorrect indentation level 6, expected level should be 10. Raw Output: /github/workspace/./app/src/main/java/ru/hse/goodtrip/ui/profile/followers/ProfileFollowingViewModel.java:43:7: warning: 'if' has incorrect indentation level 6, expected level should be 10. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)