3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
|
|
golint "$@" | grep -v "should have comment or be unexported"
|