mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-12 16:38:37 -05:00
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
echo "Rubocop $(bundle exec rubocop --version)"
|
|
bundle exec rubocop -D $@
|