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

8 lines
169 B
Go
Raw Normal View History

// Package golint comment
package golint
// Test case for disabling stuttering check in exported rule
2025-05-26 13:54:46 +03:00
// GolintSomething is a dummy function
func GolintSomething() {}