Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
comdiv committed Jul 31, 2023
1 parent 5b5e797 commit fb0b160
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testdata/var-naming_upperCaseConst-false.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ const SOME_CONST_2 = 1 // MATCH /don't use ALL_CAPS in Go names; use CamelCase/

const (
SOME_CONST_3 = 3 // MATCH /don't use ALL_CAPS in Go names; use CamelCase/
// DUE TO LEGACY - names less 5 symbols without undescores are not treated as UPPER_CASE
// It's strange, but VERYLARGENAME is not linted too
VER = 0
)

0 comments on commit fb0b160

Please sign in to comment.