Skip to content

Commit

Permalink
handle lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson committed Jun 13, 2024
1 parent 31e7021 commit 7463bed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/question/models/answer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ package models

import (
"encoding/json"
// "fmt"
"os"
"path/filepath"
"strings"

"github.com/platformsh/platformify/platformifier"
)
Expand Down Expand Up @@ -157,12 +155,6 @@ func getStack(answersStack Stack) platformifier.Stack {

// getRelationships returns a map of service names to their relationship names.
func getRelationships(services []Service) map[string]string {
endpointRemap := map[string]string{
"mariadb": "mysql",
"oracle-mysql": "mysql",
"chrome-headless": "http",
"redis-persistent": "redis",
}
relationships := make(map[string]string)
for _, service := range services {
relationships[service.Name] = ""
Expand Down

0 comments on commit 7463bed

Please sign in to comment.