Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
fix test (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivchari authored May 6, 2022
1 parent d457994 commit 33099fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/src/a/a.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package a

func a_() { // want "a_ is used under score. You should use mixedCap or MixedCap"
func a_() { // want "a_ is used under score. You should use mixedCap or MixedCap."
}

func b(a_a int) { // want "a_a is used under score. You should use mixedCap or MixedCap."
Expand Down

0 comments on commit 33099fb

Please sign in to comment.