Skip to content

Commit 14dc7fb

Browse files
committed
Fix RuboCop CI warnings
1 parent 8cd8210 commit 14dc7fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/rspec_changed_configs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def comment_only_change?(file)
1313
end
1414

1515
changed_files = `git diff --name-only origin/master`
16-
.split("\n")
17-
.grep(CONFIG_PATH)
16+
.split("\n")
17+
.grep(CONFIG_PATH)
1818

1919
test_files = changed_files.reject { |file| comment_only_change?(file) }
2020

0 commit comments

Comments
 (0)