Skip to content

feat: add nil operation on EQ/NEQ/IN/NOT_IN #205

feat: add nil operation on EQ/NEQ/IN/NOT_IN

feat: add nil operation on EQ/NEQ/IN/NOT_IN #205

Triggered via pull request September 2, 2024 06:15
@coanorcoanor
synchronize #112
111-iss-nil-op
Status Success
Total duration 1m 26s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: point/decode.go#L77
ifElseChain: rewrite if-else to switch statement (gocritic)
build: pipeline/ptinput/funcs/utils_fn.go#L103
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
build: pipeline/ptinput/funcs/utils_fn.go#L363
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
build: pipeline/ptinput/funcs/utils_fn_test.go#L189
typeSwitchVar: 1 case can benefit from type switch with assignment (gocritic)
build: pipeline/ptinput/funcs/utils_fn_test.go#L226
typeSwitchVar: 1 case can benefit from type switch with assignment (gocritic)
build: pipeline/ptinput/funcs/fn_hash.go#L9
G501: Blocklisted import crypto/md5: weak cryptographic primitive (gosec)
build: pipeline/ptinput/funcs/fn_hash.go#L10
G505: Blocklisted import crypto/sha1: weak cryptographic primitive (gosec)
build: pipeline/ptinput/funcs/fn_hash.go#L64
G103: Use of unsafe calls should be audited (gosec)
build: pipeline/ptinput/funcs/fn_hash.go#L72
G401: Use of weak cryptographic primitive (gosec)
build: pipeline/ptinput/funcs/fn_hash.go#L75
G401: Use of weak cryptographic primitive (gosec)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/