18F/e-QIP-prototype

View on GitHub
api/bin/lint

Summary

Maintainability
Test Coverage
#!/bin/bash

set -e

golint -set_exit_status $(go list ./... | grep -v /vendor/)