Skip to content

Add guess-language to USAGE doc #1923

Add guess-language to USAGE doc

Add guess-language to USAGE doc #1923

Triggered via pull request March 19, 2024 13:38
Status Failure
Total duration 4m 17s
Artifacts

on_push.yml

on: pull_request
Unit Tests
1m 17s
Unit Tests
Integration Tests
49s
Integration Tests
Unit Tests Windows
3m 59s
Unit Tests Windows
Integration Tests Windows
2m 58s
Integration Tests Windows
Unit Tests macOS
2m 55s
Unit Tests macOS
Integration Tests macOS
1m 51s
Integration Tests macOS
Unit Tests Shell Script
15s
Unit Tests Shell Script
IP Check
25s
IP Check
Version
0s
Version
Build Darwin
0s
Build Darwin
Build Android
0s
Build Android
Build Linux
0s
Build Linux
Build FreeBSD
0s
Build FreeBSD
Build NetBSD
0s
Build NetBSD
Build OpenBSD
0s
Build OpenBSD
Build Windows
0s
Build Windows
Sign Apple binaries
0s
Sign Apple binaries
Release
0s
Release
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 35 warnings
Unit Tests: pkg/lexer/brainfuck.go#L47
if statements should only be cuddled with assignments (wsl)
Unit Tests: pkg/lexer/brainfuck.go#L35
declarations should never be cuddled (wsl)
Unit Tests: pkg/lexer/ecl.go#L30
block should not start with a whitespace (wsl)
Unit Tests: pkg/lexer/matlab.go#L33
ranges should only be cuddled with assignments used in the iteration (wsl)
Unit Tests: pkg/lexer/modula2.go#L29
block should not start with a whitespace (wsl)
Unit Tests: pkg/lexer/perl6.go#L82
branch statements should not be cuddled if block has more than two lines (wsl)
Unit Tests: pkg/lexer/perl6.go#L84
branch statements should not be cuddled if block has more than two lines (wsl)
Unit Tests: cmd/fileexperts/fileexperts_test.go#L143
only cuddled expressions if assigning variable or using from line above (wsl)
Unit Tests: cmd/fileexperts/fileexperts_test.go#L177
only cuddled expressions if assigning variable or using from line above (wsl)
Unit Tests: cmd/fileexperts/fileexperts_test.go#L210
only cuddled expressions if assigning variable or using from line above (wsl)
Unit Tests macOS: pkg/lexer/brainfuck.go#L35
declarations should never be cuddled (wsl)
Unit Tests macOS: pkg/lexer/brainfuck.go#L47
if statements should only be cuddled with assignments (wsl)
Unit Tests macOS: pkg/lexer/ecl.go#L30
block should not start with a whitespace (wsl)
Unit Tests macOS: pkg/lexer/matlab.go#L33
ranges should only be cuddled with assignments used in the iteration (wsl)
Unit Tests macOS: pkg/lexer/modula2.go#L29
block should not start with a whitespace (wsl)
Unit Tests macOS: pkg/lexer/perl6.go#L82
branch statements should not be cuddled if block has more than two lines (wsl)
Unit Tests macOS: pkg/lexer/perl6.go#L84
branch statements should not be cuddled if block has more than two lines (wsl)
Unit Tests macOS: cmd/fileexperts/fileexperts_test.go#L143
only cuddled expressions if assigning variable or using from line above (wsl)
Unit Tests macOS: cmd/fileexperts/fileexperts_test.go#L177
only cuddled expressions if assigning variable or using from line above (wsl)
Unit Tests macOS: cmd/fileexperts/fileexperts_test.go#L210
only cuddled expressions if assigning variable or using from line above (wsl)
Unit Tests Windows: pkg/lexer/brainfuck.go#L35
declarations should never be cuddled (wsl)
Unit Tests Windows: pkg/lexer/brainfuck.go#L47
if statements should only be cuddled with assignments (wsl)
Unit Tests Windows: pkg/lexer/ecl.go#L30
block should not start with a whitespace (wsl)
Unit Tests Windows: pkg/lexer/matlab.go#L33
ranges should only be cuddled with assignments used in the iteration (wsl)
Unit Tests Windows: pkg/lexer/modula2.go#L29
block should not start with a whitespace (wsl)
Unit Tests Windows: pkg/lexer/perl6.go#L84
branch statements should not be cuddled if block has more than two lines (wsl)
Unit Tests Windows: pkg/lexer/perl6.go#L82
branch statements should not be cuddled if block has more than two lines (wsl)
Unit Tests Windows: cmd/fileexperts/fileexperts_test.go#L143
only cuddled expressions if assigning variable or using from line above (wsl)
Unit Tests Windows: cmd/fileexperts/fileexperts_test.go#L177
only cuddled expressions if assigning variable or using from line above (wsl)
Unit Tests Windows: cmd/fileexperts/fileexperts_test.go#L210
only cuddled expressions if assigning variable or using from line above (wsl)
Unit Tests Shell Script
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mig4/setup-bats@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit Tests Shell Script
The following actions uses node12 which is deprecated and will be forced to run on node16: mig4/setup-bats@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit Tests: pkg/remote/remote_test.go#L364
unused-parameter: parameter 'hh' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests: pkg/remote/remote_test.go#L400
unused-parameter: parameter 'hh' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests: pkg/remote/remote_test.go#L436
unused-parameter: parameter 'hh' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests: pkg/api/fileexperts_test.go#L127
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests: pkg/api/fileexperts_test.go#L155
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests: pkg/api/fileexperts_test.go#L183
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests: pkg/api/goal_test.go#L62
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests: pkg/api/option_test.go#L42
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests: pkg/api/statusbar_test.go#L61
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests: cmd/run_internal_test.go#L28
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit Tests macOS: pkg/remote/remote_test.go#L364
unused-parameter: parameter 'hh' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS: pkg/remote/remote_test.go#L400
unused-parameter: parameter 'hh' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS: pkg/remote/remote_test.go#L436
unused-parameter: parameter 'hh' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS: pkg/api/goal_test.go#L62
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS: pkg/api/goal_test.go#L91
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS: pkg/api/heartbeat_test.go#L142
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS: pkg/api/option_test.go#L42
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS: pkg/api/statusbar_test.go#L61
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS: pkg/api/fileexperts_test.go#L127
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests macOS: cmd/run_internal_test.go#L28
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit Tests Windows: pkg/filter/filter_test.go#L68
unused-parameter: parameter 'hh' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows: pkg/remote/remote_test.go#L364
unused-parameter: parameter 'hh' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows: pkg/remote/remote_test.go#L400
unused-parameter: parameter 'hh' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows: cmd/today/today_test.go#L75
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows: cmd/today/today_test.go#L107
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows: cmd/today/today_test.go#L140
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows: pkg/api/option_test.go#L42
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows: pkg/api/option_test.go#L73
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows: pkg/api/option_test.go#L99
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
Unit Tests Windows: cmd/run_internal_test.go#L28
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)