Showing 1,111 of 1,370 total issues
Method cnsiTokenBackup.restoreBackup
has 9 return statements (exceeds 4 allowed). Open
func (ctb *cnsiTokenBackup) restoreBackup(backup *RestoreRequest) error {
log.Debug("restoreBackup")
data := &BackupContent{}
if err := json.Unmarshal([]byte(backup.Data), data); err != nil {
Method KubernetesSpecification.InstallRelease
has 9 return statements (exceeds 4 allowed). Open
func (c *KubernetesSpecification) InstallRelease(ec echo.Context) error {
bodyReader := ec.Request().Body
buf := new(bytes.Buffer)
buf.ReadFrom(bodyReader)
Method KubeTerminal.Start
has 9 return statements (exceeds 4 allowed). Open
func (k *KubeTerminal) Start(c echo.Context) error {
log.Debug("Kube Terminal start request")
endpointGUID := c.Param("guid")
userGUID := c.Get("user_id").(string)
Method UaaUserInfo.uaa
has 9 return statements (exceeds 4 allowed). Open
func (userInfo *UaaUserInfo) uaa(target string, body []byte) (int, []byte, *http.Header, error) {
log.Debug("uaa request")
// Check session
_, err := userInfo.portalProxy.GetSessionInt64Value(userInfo.echo, "exp")
Method Monocular.cleanCacheFiles
has a Cognitive Complexity of 12 (exceeds 8 allowed). Consider refactoring. Open
func (m *Monocular) cleanCacheFiles(endpointID string, allCharts []store.ChartStoreRecord) error {
// Build map of the valid chart folder names
validFiles := make(map[string]bool)
for _, chart := range allCharts {
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Method portalProxy.updateEndpoint
has 9 return statements (exceeds 4 allowed). Open
func (p *portalProxy) updateEndpoint(ec echo.Context) error {
log.Debug("updateEndpoint")
params := new(interfaces.UpdateEndpointParams)
if err := ec.Bind(params); err != nil {
Method portalProxy.endpointUpdateDeleteMiddleware
has a Cognitive Complexity of 12 (exceeds 8 allowed). Consider refactoring. Open
func (p *portalProxy) endpointUpdateDeleteMiddleware(h echo.HandlerFunc) echo.HandlerFunc {
return func(c echo.Context) error {
log.Debug("endpointUpdateDeleteMiddleware")
userID, err := p.GetSessionValue(c, "user_id")
if err != nil {
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Method PgsqlTokenRepository.SaveAuthToken
has a Cognitive Complexity of 12 (exceeds 8 allowed). Consider refactoring. Open
func (p *PgsqlTokenRepository) SaveAuthToken(userGUID string, tr interfaces.TokenRecord, encryptionKey []byte) error {
log.Debug("SaveAuthToken")
if userGUID == "" {
msg := "Unable to save Auth Token without a valid User GUID."
log.Debug(msg)
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function makeSpan
has a Cognitive Complexity of 12 (exceeds 8 allowed). Consider refactoring. Open
makeSpan() {
let span = '';
if (this.boldOn || this.currentFg || this.currentBg) {
span += '<span class="';
if (this.boldOn) {
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function sortEndpointTiles
has a Cognitive Complexity of 12 (exceeds 8 allowed). Consider refactoring. Open
protected sortEndpointTiles(
{ label: aLabel, renderPriority: aRenderPriority }: IStratosEndpointDefinition,
{ label: bLabel, renderPriority: bRenderPriority }: IStratosEndpointDefinition
) {
// We're going to do a little more work than just to compare the render priority to ensure
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Method CFAppPush.getConfigData
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
func (cfAppPush *CFAppPush) getConfigData(echoContext echo.Context, cnsiGUID string, orgGUID string, spaceGUID string, spaceName string, orgName string, clientWebSocket *websocket.Conn) (*CFPushAppConfig, error) {
Function setUpTestOrgSpaceUserRoles
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
cfGuid: string,
defaultCf: E2EConfigCloudFoundry,
orgName: string,
spaceName: string,
userName: string,
Function handleOrgRoleChange
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
state: IAllCfRolesState,
endpointGuid: string,
cf: ICfRolesState,
orgGuid: string,
orgState: IOrgRoleState,
Function buildMetricsChartConfig
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
metricsAction: MetricsAction,
yAxisLabel: string,
getSeriesName: (result) => string,
dataType: ChartDataTypes = null,
filterSeries?: MetricsFilterSeries,
Method Monocular.artifactHubGetIcon
has 8 return statements (exceeds 4 allowed). Open
func (m *Monocular) artifactHubGetIcon(c echo.Context) error {
endpoint := c.Param("guid")
repo := c.Param("repo")
chartName := c.Param("name")
version := c.Param("version")
Function KubeDashboardProxy
has 8 return statements (exceeds 4 allowed). Open
func KubeDashboardProxy(c echo.Context, p interfaces.PortalProxy, config *rest.Config) error {
log.Debugf("KubeDashboardProxy request for: %s", c.Request().RequestURI)
cnsiGUID := c.Param("guid")
prefix := "/pp/v1/apps/kubedash/ui/" + cnsiGUID + "/"
Method KubernetesSpecification.Info
has 8 return statements (exceeds 4 allowed). Open
func (c *KubernetesSpecification) Info(apiEndpoint string, skipSSLValidation bool) (interfaces.CNSIRecord, interface{}, error) {
log.Debug("Kubernetes Info")
var v2InfoResponse interfaces.V2Info
var newCNSI interfaces.CNSIRecord
Method MetricsSpecification.createMetadata
has 8 return statements (exceeds 4 allowed). Open
func (m *MetricsSpecification) createMetadata(metricEndpoint *url.URL, httpClient http.Client, auth *MetricsAuth) (string, error) {
basicMetricRequest := fmt.Sprintf("%s/api/v1/query?query=firehose_total_metrics_received", metricEndpoint)
req, err := http.NewRequest("GET", basicMetricRequest, nil)
if err != nil {
msg := "Failed to create request for the Metrics Endpoint: %v"
Function getSSHCode
has 8 return statements (exceeds 4 allowed). Open
func getSSHCode(authorizeEndpoint, clientID, token string, skipSSLValidation bool) (string, error) {
authorizeURL, err := url.Parse(authorizeEndpoint)
if err != nil {
return "", err
}
Function init
has 8 return statements (exceeds 4 allowed). Open
func init() {
RegisterMigration(20170818120003, "InitialSchema", func(txn *sql.Tx, conf *goose.DBConf) error {
binaryDataType := "BYTEA"
if strings.Contains(conf.Driver.Name, "mysql") {
binaryDataType = "BLOB"