forked from Mirrors/gomuks
2 lines
77 B
Bash
Executable file
2 lines
77 B
Bash
Executable file
#!/bin/bash
|
|
golint ./... | grep -v "should have comment" | grep -v "vendor/"
|