Skip to content

Commit

Permalink
Revert "module: add COM0 and LPT0 to badWindowsNames"
Browse files Browse the repository at this point in the history
This reverts commit 6686f41.

Reason for revert: It's unclear if COM0 and LPT0 are actually excluded. See discussion in #67245 and #66625

Change-Id: I7a22d5742e2dbd7f1b6f3daa5b513cc8edbf3083
Reviewed-on: https://go-review.googlesource.com/c/mod/+/591155
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Matloob <matloob@golang.org>
  • Loading branch information
matloob authored and gopherbot committed Jun 6, 2024
1 parent c0bdc7b commit 232e49f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ var badWindowsNames = []string{
"PRN",
"AUX",
"NUL",
"COM0",
"COM1",
"COM2",
"COM3",
Expand All @@ -516,7 +515,6 @@ var badWindowsNames = []string{
"COM7",
"COM8",
"COM9",
"LPT0",
"LPT1",
"LPT2",
"LPT3",
Expand Down

0 comments on commit 232e49f

Please sign in to comment.