Skip to content

Commit

Permalink
feat: added test case for IDs case
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentBaron committed Jan 15, 2024
1 parent e18aa11 commit 17f998d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ vendor
*.swp
dist/
*.log
.vscode
3 changes: 2 additions & 1 deletion testdata/var-naming.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package fixtures

func foo() string {
customId := "result"
customVm := "result" // MATCH /var customVm should be customVM/
customVm := "result" // MATCH /var customVm should be customVM/
customIds := "result" // MATCH /var customIds should be customIDs/
return customId
}

0 comments on commit 17f998d

Please sign in to comment.