feat: rules commands #644
ci.yaml
on: pull_request
Matrix: test
Lint Code
1m 1s
Build for Supported Architectures
0s
publish-docker
0s
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)
|