Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendraintelops committed Apr 20, 2024
1 parent 7ebfa8f commit a842898
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions internal/integrations/deepsource/copier.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ type Copier struct {
}

func NewCopier(project *core.Project) (*Copier, error) {
// retrieve project named directory
//gitPlatformUserName, gitRepositoryName, projectDirectoryName, templatesRootPath string
// populate map to replace templates
data := map[string]interface{}{
"GitRepositoryName": project.GitRepositoryName,
Expand Down
2 changes: 0 additions & 2 deletions internal/integrations/license/copier.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ type Copier struct {
}

func NewCopier(project *core.Project) (*Copier, error) {
// retrieve project named directory
//gitPlatformUserName, gitRepositoryName, projectDirectoryName, templatesRootPath string
// populate map to replace templates
data := map[string]interface{}{
"GitRepositoryName": project.GitRepositoryName,
Expand Down
2 changes: 0 additions & 2 deletions internal/integrations/readme/copier.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ type Copier struct {
}

func NewCopier(project *core.Project) (*Copier, error) {
// retrieve project named directory
//gitPlatformUserName, gitRepositoryName, projectDirectoryName, templatesRootPath string
// populate map to replace templates
data := map[string]interface{}{
"GitRepositoryName": project.GitRepositoryName,
Expand Down

0 comments on commit a842898

Please sign in to comment.