Skip to content

WIP collaborator channels, stop editing unless editor, and switching … #5511

WIP collaborator channels, stop editing unless editor, and switching …

WIP collaborator channels, stop editing unless editor, and switching … #5511

Triggered via push October 11, 2024 11:55
Status Failure
Total duration 20m 35s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
lint: app/channels/collaborators_channel.rb#L3
Rails/Output: Do not write to stdout. Use Rails's logger if you want to log.
lint: app/channels/collaborators_channel.rb#L4
Rails/Output: Do not write to stdout. Use Rails's logger if you want to log.
lint: app/channels/collaborators_channel.rb#L9
Rails/Blank: Use `collaborators.blank?` instead of `collaborators.nil? || collaborators.empty?`.
lint: app/channels/collaborators_channel.rb#L13
Rails/NegateInclude: Use `.exclude?` and remove the negation part.
lint: app/channels/collaborators_channel.rb#L14
Lint/UselessAssignment: Useless assignment to variable - `collaborators`.
lint: app/channels/collaborators_channel.rb#L19
Rails/Output: Do not write to stdout. Use Rails's logger if you want to log.
lint: app/channels/collaborators_channel.rb#L20
Layout/TrailingWhitespace: Trailing whitespace detected.
lint: app/channels/collaborators_channel.rb#L26
Rails/Output: Do not write to stdout. Use Rails's logger if you want to log.
lint: app/channels/collaborators_channel.rb#L35
Rails/NegateInclude: Use `.exclude?` and remove the negation part.
lint: app/channels/collaborators_channel.rb#L43
Rails/Output: Do not write to stdout. Use Rails's logger if you want to log.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v2, actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: spec/channels/collaborators_channel_spec.rb#L4
CollaboratorsChannel add some examples to (or delete) /home/runner/work/qae/qae/spec/channels/collaborators_channel_spec.rb Skipped: Not yet implemented
test: spec/features/users/form_answers/audit_certificate_request_spec.rb#L59
Verification of Commercial Figures As a User I want to be able to download an Verification of Commercial Figures So that I can check, complete it and then upload it to application Download Verification of Commercial Figures prefilled with my financial data should generate pdf file Skipped: Temporarily skipped with xit
test: spec/models/audit_log_spec.rb#L4
AuditLog add some examples to (or delete) /home/runner/work/qae/qae/spec/models/audit_log_spec.rb Skipped: Not yet implemented
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/