mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[PR #215] [MERGED] analysis.go: use x/tools/go/analysis/multichecker to run analysis tools #417
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#417
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FiloSottile/mkcert/pull/215
Author: @FiloSottile
Created: 11/9/2019
Status: ✅ Merged
Merged: 11/9/2019
Merged by: @FiloSottile
Base:
master← Head:analysis📝 Commits (1)
c27728eanalysis.go: use x/tools/go/analysis/multichecker to run analysis tools📊 Changes
4 files changed (+107 additions, -8 deletions)
View changed files
📝
.travis.yml(+1 -4)➕
analysis.go(+80 -0)📝
go.mod(+5 -2)📝
go.sum(+21 -2)📄 Description
This pattern has a number of advantages: it tracks the versions of the
tools in go.mod, it doesn't require installing anything in CI, it runs
all analysis passes at once, and it lets us add custom ones easily.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.