codeforamerica/ohana-web-search

View on GitHub
script/lint

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e

echo '\nRunning rubocop Ruby linter...'
bundle exec rubocop
echo '\nRunning haml-lint Haml linter...'
bundle exec haml-lint app/views/