github.com/kevinklinger/open_terraform@v1.3.6/scripts/exhaustive.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  echo "==> Checking for switch statement exhaustiveness..."
     4  
     5  # For now we're only checking a handful of packages, rather than defaulting to
     6  # everything with a skip list.
     7  go run github.com/nishanths/exhaustive/cmd/exhaustive ./internal/command/views/json