Commit Graph

111 Commits (ec55db560eea5ccdde7a94a09709262634f85917)
 

Author SHA1 Message Date
Dominik Honnef ec55db560e Don't require relative paths to start with ./ or ../
Errors reported by Go, even when containing relative paths, do not
always begin with ./ or ../ – for example:

	$ go build ./...
	# honnef.co/go/tools/lintcmd
	lintcmd/format.go:28:8: syntax error: cannot use path := filepath.Clean(pos.Filename) as value

We could require either ./, ../ or at least one path separator and
still match Go's output. However, commonly used linters (such as
Staticcheck and golint) never use ./ for relative paths. Their output
stopped being matched when we moved from v1 to v2. I believe that
being able to match the output of linters is worth relaxing the
pattern for.

This change slightly relaxes the stricter pattern that was introduced
as part of v2 to address #46. However, the pattern is still stricter
than it was in v1 and as strict as it can be for most users.
5 years ago
Josh Gross 3b4dc6cbed
Merge pull request #90 from actions/joshmgross/add-codeowners
Add CODEOWNERS
5 years ago
Josh Gross afe68ffd57
Add CODEOWNERS 5 years ago
Thomas Boop 37335c7bb2
Swap to Environment Files (#76)
* Swap to env files
5 years ago
Thomas Boop 7ff6287c80
Merge pull request #70 from thboop/main
Add `Licensed` To Help Verify Prod Licenses
5 years ago
Thomas Boop 084110f6ed Ignore Generated Files in Git PR's 5 years ago
Thomas Boop 4047b11da0 Manually review dependencies 5 years ago
Thomas Boop 23a9878ae4 Add Licensed workflow and configuration files 5 years ago
Thomas Boop 8a3a76c217
Merge pull request #69 from actions/thboop/AddThirdPartyLicenses
Add Third Party License Information to Dist Files
5 years ago
Thomas Boop a01ab08f9a Add Third Party License Information 5 years ago
Bryan MacFarlane 33cbf07c96 workflow main references 5 years ago
Bryan MacFarlane 8e98458ff1 updating matrix in readme 5 years ago
Maxim Lobanov d0c5defdf3
Switch manifest installation from "master" to "main" branch (#65)
* switch from master to main branch

* Update README.md
5 years ago
Dmitry Shibanov 1616116e1b
Use GitHub releases to download Go versions. (#58) 5 years ago
Bryan MacFarlane 0f551ac199
Update v2 tags in readme 5 years ago
Bryan MacFarlane e1c0a1665b
Update readme with v2 release 5 years ago
Bryan MacFarlane 78bd24e01a
Merge pull request #50 from actions/goenv
go env block
5 years ago
Bryan MacFarlane 6613fc89fc go env block 5 years ago
Bryan MacFarlane 202a594963
Merge pull request #48 from actions/matcher
More focused problem matcher regex
5 years ago
Bryan MacFarlane 0dbc7e4965 toString 5 years ago
Bryan MacFarlane 2091469f9f lint 5 years ago
Bryan MacFarlane f32657ccaf output version of go it resolved to 5 years ago
Bryan MacFarlane cec6ecefb4 output version of go it resolved to 5 years ago
Bryan MacFarlane e36ce1d6cf tabs or spaces 5 years ago
Bryan MacFarlane 89c89c5036 cleaner regex 5 years ago
Bryan MacFarlane 0a62a734da another test case 5 years ago
Bryan MacFarlane 5156bc5dd3 lint 5 years ago
Bryan MacFarlane 7837b03976 more tests 5 years ago
Bryan MacFarlane 74c8095946 lint 5 years ago
Bryan MacFarlane 34223181a5 starting 5 years ago
Bryan MacFarlane 1c06f0e82e couple tests 5 years ago
Bryan MacFarlane a030287975
Merge pull request #47 from actions/binpath
add bin to path
5 years ago
Bryan MacFarlane 3349559e91 fail on high severity 5 years ago
Bryan MacFarlane dec4fc5647 update tool-cache version 5 years ago
Bryan MacFarlane 262468e92f only needed to do once 5 years ago
Bryan MacFarlane 4e8106ca18 create profiles go dir if go installed but not exists 5 years ago
Bryan MacFarlane 93ddff5bef lint 5 years ago
Bryan MacFarlane 3d89e603f2 more debug 5 years ago
Bryan MacFarlane 1fea44b3f0 create bin if not under go env GOPATH 5 years ago
Bryan MacFarlane 3e014ec8a4 lint 5 years ago
Bryan MacFarlane 75899f8cdf add debug 5 years ago
Bryan MacFarlane 1fdcb9b160 oops 5 years ago
Bryan MacFarlane 3d0e3826ed prefer globally installed bin 5 years ago
Bryan MacFarlane 9c31f591e9 add bin to path 5 years ago
Bryan MacFarlane e0b6a4d694 audit fixes 5 years ago
Bryan MacFarlane 1295b8c552 fix version dir 5 years ago
Bryan MacFarlane 9b1c41166a fix version dir 5 years ago
Bryan MacFarlane 655555d319 fix cache dir issue 5 years ago
Bryan MacFarlane 2096a2c66a
Merge pull request #40 from actions/v2-proxy
v2 with proxy support
6 years ago
Bryan MacFarlane 768458bd0b pre-release version and test 6 years ago