exercism / exercism/go-analyzer
Use gocritic to check variable names more closely
Open
- Dominant language
- Go
- Stars
- 10
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
It does stuff like this:
```
devicelist/timingdevicelist.go:15:35: captLocal: `Links' should not be capitalized (gocritic)
func GetDeviceList(devices *List, Links *linklist.List, custIDs []int) TimingDeviceAnswer {
^
devicelist/timingdevicelist.go:254:14: captLocal: `ID' should not be capitalized (gocritic)
func buildID(ID int) string {
^
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.