Initial support for BEAM (Erlang/Elixir) #943
Annotations
8 errors
golangci-lint:
interpreter/beam/beam.go#L111
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
interpreter/beam/beam.go#L59
unnamedResult: consider giving a name to these results (gocritic)
|
golangci-lint:
interpreter/beam/beam.go#L60
var-naming: don't use underscores in Go names; var otp_release should be otpRelease (revive)
|
golangci-lint:
interpreter/beam/beam.go#L66
var-naming: don't use underscores in Go names; var otp_major should be otpMajor (revive)
|
golangci-lint:
interpreter/beam/beam.go#L71
var-naming: don't use underscores in Go names; var erts_version should be ertsVersion (revive)
|
golangci-lint:
interpreter/beam/beam.go#L91
var-naming: don't use underscores in Go names; var otp_version should be otpVersion (revive)
|
golangci-lint:
interpreter/beam/beam.go#L124
unused-parameter: parameter 'ebpf' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint
issues found
|
Loading