mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 18:35:13 +00:00
7 lines
129 B
Bash
Executable file
7 lines
129 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "rubocoppin'..."
|
|
bundle exec rubocop -A
|
|
echo "erb_lint-in'?"
|
|
bundle exec erb_lint app/views/ -a
|