Skip to content

chore(models/session): fix bindata warning #80

chore(models/session): fix bindata warning

chore(models/session): fix bindata warning #80

Triggered via push September 2, 2024 08:11
Status Success
Total duration 1m 42s
Artifacts

ci.yml

on: push
crystal-style  /  crystal-style
1m 33s
crystal-style / crystal-style
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 warnings and 7 notices
crystal: latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint/UselessAssign: src/models/session.cr#L19
Useless assignment to variable `message`
Lint/UselessAssign: src/models/session.cr#L20
Useless assignment to variable `ip_address`
Lint/UselessAssign: src/models/session.cr#L21
Useless assignment to variable `id_or_port`
Lint/UselessAssign: src/models/session.cr#L22
Useless assignment to variable `data_size`
Lint/UselessAssign: src/models/session.cr#L23
Useless assignment to variable `data`
crystal-style / crystal-style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Naming/BlockParameterName: src/models/server_manager.cr#L3
Disallowed block parameter name found
Naming/BlockParameterName: src/app.cr#L13
Disallowed block parameter name found
Naming/BlockParameterName: src/app.cr#L14
Disallowed block parameter name found
Naming/BlockParameterName: src/app.cr#L16
Disallowed block parameter name found
Naming/BlockParameterName: src/models/listeners.cr#L7
Disallowed block parameter name found
Naming/BlockParameterName: src/models/session.cr#L28
Disallowed block parameter name found
Naming/BlockParameterName: src/models/servers.cr#L8
Disallowed block parameter name found