[Window] Support LOGICAL_OR
and LOGICAL_AND
#60
Annotations
3 errors and 1 warning
run linter:
internal/function_window.go#L424
S1002: should omit comparison to bool constant, can be simplified to `!b` (gosimple)
|
run linter:
internal/function_window.go#L447
S1002: should omit comparison to bool constant, can be simplified to `b` (gosimple)
|
run linter
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading