gomuks/scripts/lint

3 lines
77 B
Plaintext
Raw Normal View History

#!/bin/bash
golint ./... | grep -v "should have comment" | grep -v "vendor/"