Skip to content

feat(compiler): remove void inserting at desugarer; add unused ports … #459

feat(compiler): remove void inserting at desugarer; add unused ports …

feat(compiler): remove void inserting at desugarer; add unused ports … #459

Triggered via push October 12, 2023 14:46
Status Failure
Total duration 1m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/compiler/analyzer/const.go#L17
cognitive complexity 39 of func `(Analyzer).analyzeConst` is high (> 30) (gocognit)
lint: internal/runtime/func_runner.go#L43
should not use basic type string as key in context.WithValue (golint)
lint: pkg/typesystem/resolver_test.go#L13
error strings should not be capitalized or end with punctuation or a newline (golint)
lint: internal/compiler/repo/disk/disk.go#L49
G306: Expect WriteFile permissions to be 0600 or less (gosec)
lint: internal/runtime/connector.go#L123
(connector).broadcast - result 0 (error) is always nil (unparam)
lint: internal/compiler/analyzer/component.go#L226
`(Analyzer).getReceiverType` - `nodesIfaces` is unused (unparam)
lint: internal/compiler/analyzer/main_component.go#L76
`(Analyzer).analyzeMainComponentNodes` - `pkg` is unused (unparam)
lint: internal/compiler/irgen/irgen.go#L94
`(Generator).processComponentNode` - `ctx` is unused (unparam)
lint: internal/compiler/irgen/irgen.go#L361
`(Generator).insertAndReturnOutports` - `outports` is unused (unparam)
lint: internal/compiler/parser/listener_helpers.go#L119
parseEntityRef - result 1 (error) is always nil (unparam)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/