mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
8 lines
122 B
Bash
Executable file
8 lines
122 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "rubocoppin'..."
|
|
bundle exec rubocop -A
|
|
|
|
echo "erb_lintin'..."
|
|
bundle exec erb_lint . -a
|