lib/neetob/cli/github/make_pr/compliance_fix.rb in neetob-0.3.2 vs lib/neetob/cli/github/make_pr/compliance_fix.rb in neetob-0.4.0
- old
+ new
@@ -45,13 +45,9 @@
`rm -rf /tmp/neetob`
end
private
- def bundle_install(repo)
- `#{cd_to_repo_in_tmp_dir(repo)} && bundle install`
- end
-
def fix_neeto_audit(repo)
`#{cd_to_repo_in_tmp_dir(repo)} && bundle exec neeto-audit -a`
end
def print_failed_repos