You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testdata/exported_issue_519.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,5 @@ package golint
3
3
4
4
// Test case for the configuration option tp replace the word "stutters" by "repetitive" failure messages
5
5
6
-
// GolintRepetitive is a dummy function
6
+
// GolintRepetitive is a dummy function
7
7
funcGolintRepetitive() {} // MATCH /func name will be used as golint.GolintRepetitive by other packages, and that is repetitive; consider calling this Repetitive/
0 commit comments