Skip to content

Commit

Permalink
Remove implemented TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTerBeke committed Feb 27, 2024
1 parent e6d5987 commit fd919ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/helpers/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ func IsPreReleaseVersion(version string) bool {
}

// FindRequiredVersionInFile finds the required Terraform version in a given .tf file (using required_version = ">= x.x.x")

Check failure on line 18 in pkg/helpers/helper.go

View workflow job for this annotation

GitHub Actions / build

Comment should end in a period (godot)
// TODO: improve logic by using go-version/constraint?
func FindRequiredVersionInFile(filepath string, availableVersions []string) string {
bytes, err := os.ReadFile(filepath)
if err != nil {
Expand Down

0 comments on commit fd919ba

Please sign in to comment.