3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
#!/bin/bash
|
||
|
golint ./... | grep -v "should have comment" | grep -v "vendor/"
|