mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
fix #808 by using the official regexp for directives --------- Co-authored-by: chavacava <salvador.cavadini@gmail.com>
This commit is contained in:
5
testdata/comment-spacings.go
vendored
5
testdata/comment-spacings.go
vendored
@@ -47,3 +47,8 @@ type c struct {
|
||||
//+optional
|
||||
d *int `json:"d,omitempty"`
|
||||
}
|
||||
|
||||
//extern open
|
||||
//export MyFunction
|
||||
|
||||
//nolint:gochecknoglobals
|
||||
|
||||
Reference in New Issue
Block a user