-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
A-excludeArea: automatic and user-controlled exclusionsArea: automatic and user-controlled exclusionsS-triageStatus: New; needs maintainer attention.Status: New; needs maintainer attention.
Description
Please complete the following tasks
Example data
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
Incorrect correction
error: ba
should be by
, be
Description of data format
A normal go.mod file for dependency management in go.
Example:
module test/test
go 1.24
require (
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936
)
Justification
A go.mod file is always used in golang.
I will just exclude the file from being checked, as there is not much use to it anyways.
Notes
Output from our CI
$ typos
error: `ba` should be `by`, `be`
--> ./go.mod:32:52
|
32 | github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
| ^^
|
Metadata
Metadata
Assignees
Labels
A-excludeArea: automatic and user-controlled exclusionsArea: automatic and user-controlled exclusionsS-triageStatus: New; needs maintainer attention.Status: New; needs maintainer attention.