We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0095c2e commit aa9e7b7Copy full SHA for aa9e7b7
script/run_rubocop
@@ -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