There is such a warning reported from golint : exported var ChangeState should have comment or be unexported
however it's not detected by arc lint, not sure what's the reason behind this
Steps to reproduce:
install the latest arcanist from github
try golint some_file, output:`xxx/script.go:24:2: exported var AwardDriverScript should have comment or be unexported`
try arc lint, output: `OKAY No lint warnings.`