Skip to content

feat: rules commands #644

feat: rules commands

feat: rules commands #644

Triggered via pull request November 19, 2024 17:21
Status Failure
Total duration 1m 14s
Artifacts

ci.yaml

on: pull_request
Matrix: test
publish-release
0s
publish-release
Build for Supported Architectures
0s
Build for Supported Architectures
publish-docker
0s
publish-docker
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Lint Code: internal/cmd/company/rules/update.go#L1
Missed header for check (goheader)
Lint Code: internal/cmd/company/rules/list.go#L102
unnecessary leading newline (whitespace)
Lint Code: internal/resources/rules/rules.go#L19
json(camel): got 'roleIds' want 'roleIDs' (tagliatelle)
Lint Code: internal/resources/rules/rules.go#L24
json(camel): got 'roleIds' want 'roleIDs' (tagliatelle)
Lint Code: internal/resources/rules/rules.go#L31
yaml(camel): got 'processingOptions' want 'options' (tagliatelle)
Lint Code
Process completed with exit code 2.
Lint Code: internal/cmd/company/rules/client.go#L44
exported: type name will be used as rules.RulesClient by other packages, and that stutters; consider calling this Client (revive)
Lint Code: internal/cmd/company/rules/client.go#L41
var-naming: interface method parameter projectId should be projectID (revive)