Skip to content

Commit aa9e7b7

Browse files
Actually add the rubocop script
1 parent 0095c2e commit aa9e7b7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

script/run_rubocop

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
# This file was generated on 2022-01-10T22:24:10+00:00 from the rspec-dev repo.
3+
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4+
5+
set -e
6+
source script/functions.sh
7+
8+
# Allow repos to override the default functions and add their own
9+
if [ -f script/custom_build_functions.sh ]; then
10+
source script/custom_build_functions.sh
11+
fi
12+
13+
14+
fold "rubocop" check_style_and_lint

0 commit comments

Comments
 (0)