github.com/jmrodri/operator-sdk@v0.5.0/hack/tests/sanity-check.sh (about)

     1  #!/usr/bin/env bash
     2  set -ex
     3  
     4  go vet ./...
     5  ./hack/check_license.sh
     6  ./hack/check_error_log_msg_format.sh
     7  
     8  # Make sure repo is in clean state
     9  git diff --exit-code