Skip to content

Commit a96d689

Browse files
authored
Merge pull request #456 from Automattic/iangmaia/use-rubocop-from-bundle
[Tooling] Update `Dangerfile` to run Rubocop with `bundle exec`
2 parents a2d224a + 7496fba commit a96d689

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dangerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
github.dismiss_out_of_range_messages
44

55
# `files: []` forces rubocop to scan all files, not just the ones modified in the PR
6-
# `skip_bundle_exec` prevents RuboCop from running using `bundle exec`, which we don't want on the linter agent
76
rubocop.lint(files: [], force_exclusion: true, inline_comment: true, fail_on_inline_comment: true,
8-
include_cop_names: true, skip_bundle_exec: true)
7+
include_cop_names: true)
98

109
manifest_pr_checker.check_gemfile_lock_updated
1110

0 commit comments

Comments
 (0)