Change Readme Steps and add example config files (#21) #7
Annotations
10 warnings
Build and Lint:
shared/aux.go#L102
import-shadowing: The name 'filepath' shadows an import name (revive)
|
Build and Lint:
shared/aux.go#L228
empty-block: this block is empty, you can remove it (revive)
|
Build and Lint:
shared/cluster.go#L39
cognitive-complexity: function ManageWorkload has cognitive complexity 14 (> max enabled 10) (revive)
|
Build and Lint:
shared/aux.go#L57
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
Build and Lint:
shared/aux.go#L75
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
Build and Lint:
shared/aux.go#L221
confusing-results: unnamed results of the same type may be confusing, consider using named results (revive)
|
Build and Lint:
shared/cluster.go#L187
confusing-results: unnamed results of the same type may be confusing, consider using named results (revive)
|
Build and Lint:
pkg/assert/host.go#L12
line-length-limit: line is 120 characters, out of limit 110 (revive)
|
Build and Lint:
pkg/assert/validate.go#L12
cognitive-complexity: function validate has cognitive complexity 12 (> max enabled 10) (revive)
|
Build and Lint:
factory/config.go#L126
cognitive-complexity: function addSplitRole has cognitive complexity 11 (> max enabled 10) (revive)
|