Pattern: Inconsistent var name
Issue: -
This rule warns when initialism, variable or package naming conventions are not followed.
This rule accepts two slices of strings, a whitelist and a blacklist of initialisms. By default, the rule behaves exactly as the alternative in golint
but optionally, you can relax it (see golint/lint/issues/89).
[rule.var-naming]
arguments = [["ID"], ["VM"]]