mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
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/"
|