Skip to content

Commit

Permalink
Fix wrong comments (go-lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Jan 5, 2021
1 parent 4942a62 commit 8e6e155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/profile/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var Magento2Theme = Profile{
Extensions: []string{".css", ".js", ".less", ".sass", ".ts"},
}

// Magento2Theme allows only extensions required for development of a Magento 2 Module / Extension
// Magento2 allows only extensions required for development of a Magento 2 Module / Extension
var Magento2 = Profile{
Extensions: []string{".css", ".html", ".less", ".sass", ".js", ".php", ".phtml", ".ts", ".xml"},
}
Expand All @@ -35,7 +35,7 @@ var VueStorefront = Profile{
Extensions: []string{".css", ".js", ".sass", ".ts"},
}

// VueStorefront allow only .js (Javascript) and .ts (Typescript) extension
// Javascript allow only .js (Javascript) and .ts (Typescript) extension
var Javascript = Profile{
Extensions: []string{".js", ".ts"},
}

0 comments on commit 8e6e155

Please sign in to comment.