Sha256: 592866f910ee47b3b9440135138cbef2d624c4f023410b5b5f9d90ae2f50a719

Contents?: true

Size: 350 Bytes

Versions: 21

Compression:

Stored size: 350 Bytes

Contents

#!/bin/sh

print_running_neeto_audit() {
  cat <<EOT
======================================================================================
Running:

  bundle exec neeto-audit
======================================================================================
EOT
}

verify_neeto_audit() {
  print_running_neeto_audit

  bundle exec neeto-audit
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
neeto-commons-backend-1.0.89 lib/neeto_commons_backend/common_files/.husky/helpers/verify_neeto_audit.sh