Find a Go linter that can enforce either of two selectable styles: ```go var x, y int ``` ```go var x int var y int ``` Including both local variables, module variables, struct fields, and function parameters.