Skip to content

Commit e47b626

Browse files
committed
fix pro rubocop linting
1 parent 8723893 commit e47b626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pro-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: cd spec/dummy && bundle exec rake react_on_rails:generate_packs
149149

150150
- name: Lint Ruby
151-
run: bundle exec rubocop
151+
run: bundle exec rubocop --ignore-parent-exclusion
152152

153153
- name: Validate RBS type signatures
154154
run: bundle exec rake rbs:validate

0 commit comments

Comments
 (0)