1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00
Files
revive/testdata/exported_issue_555.go
2025-05-26 03:54:46 -07:00

8 lines
169 B
Go

// Package golint comment
package golint
// Test case for disabling stuttering check in exported rule
// GolintSomething is a dummy function
func GolintSomething() {}