github.com/songshiyun/revive@v1.1.5-0.20220323112655-f8433a19b3c5/testdata/exported-issue-519.go (about)

     1  // Package golint comment
     2  package golint
     3  
     4  // Test case for the configuration option tp replace the word "stutters" by "repetitive" failure messages
     5  
     6  //  GolintRepetitive is a dummy function
     7  func GolintRepetitive() {} // MATCH /func name will be used as golint.GolintRepetitive by other packages, and that is repetitive; consider calling this Repetitive/