Skip to content

highlight nix codeblock in readme #35

highlight nix codeblock in readme

highlight nix codeblock in readme #35

Triggered via push August 26, 2023 13:10
Status Success
Total duration 22s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Revive: src/config/config.go#L3
exported type Flags should have comment or be unexported
Revive: src/config/config.go#L5
struct field Json should be JSON
Revive: src/config/config.go#L1
should have a package comment
Revive: src/ctl/ctl.go#L9
exported var MOD_VALS should have comment or be unexported
Revive: cmd/version.go#L21
parameter 'cmd' seems to be unused, consider removing or renaming it as _
Revive: src/ctl/ctl.go#L37
exported type Binds should have comment or be unexported
Revive: main.go#L1
should have a package comment
Revive: cmd/root.go#L49
parameter 'cmd' seems to be unused, consider removing or renaming it as _
Revive: src/ctl/ctl.go#L51
exported function BindsFromCtl should have comment or be unexported
Revive: cmd/version.go#L21
parameter 'args' seems to be unused, consider removing or renaming it as _