Skip to content

Commit

Permalink
Swap "two" and "three" in sample versions header
Browse files Browse the repository at this point in the history
given feedback on #13
  • Loading branch information
meatballhat committed Oct 26, 2022
1 parent e7fdc76 commit 5f79962
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .testdata/sample-versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Listing all versions ever provides for quadratic test runtime as we expand
# architectures and OSes. So we no longer do that.
#
# Instead we include the highest patch release from each of the three supported
# minor versions plus the highest patch release from the two most recent
# Instead we include the highest patch release from each of the two supported
# minor versions plus the highest patch release from the three most recent
# unsupported minor versions.

#
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lint:
generate: .testdata/sample-versions.txt
@true

$(GIMME_GENERATE): $(shell git ls-files '*.go')
$(GIMME_GENERATE): $(shell git ls-files '*.go') internal/sample-stub-header
go build -o $@ ./internal/cmd/gimme-generate/

.PHONY: assert-copyright
Expand Down
4 changes: 2 additions & 2 deletions internal/sample-stub-header
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Listing all versions ever provides for quadratic test runtime as we expand
# architectures and OSes. So we no longer do that.
#
# Instead we include the highest patch release from each of the three supported
# minor versions plus the highest patch release from the two most recent
# Instead we include the highest patch release from each of the two supported
# minor versions plus the highest patch release from the three most recent
# unsupported minor versions.

#

0 comments on commit 5f79962

Please sign in to comment.