Skip to content

Commit 65b3ddc

Browse files
committed
rubocop through whole project
1 parent c9bf523 commit 65b3ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ function check_documentation_coverage {
176176
}
177177

178178
function check_style_and_lint {
179-
echo "bin/rubocop lib"
180-
eval "(unset RUBYOPT; exec bin/rubocop lib)"
179+
echo "bin/rubocop"
180+
eval "(unset RUBYOPT; exec bin/rubocop)"
181181
}
182182

183183
function run_all_spec_suites {

0 commit comments

Comments
 (0)