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