Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Msftidy: Fix explicit rubygems #4627

Merged
merged 2 commits into from
Jan 22, 2015
Merged

Conversation

todb-r7
Copy link

@todb-r7 todb-r7 commented Jan 22, 2015

This knocks out the last non-datastore (and now non-comma) msftidy complaint.

Verification

  • When running msftidy, you should not see any results. For example, after fix, you should see:
$ tools/msftidy.rb modules/ | grep -v -e datastore -e comma
$

and not:

$ tools/msftidy.rb modules/ | grep -v -e datastore -e comma
modules/auxiliary/crawler/msfcrawler.rb - [WARNING] Explicitly requiring/loading rubygems is not necessary

@wvu wvu self-assigned this Jan 22, 2015
@wvu wvu merged commit bd06b48 into rapid7:master Jan 22, 2015
wvu added a commit that referenced this pull request Jan 22, 2015
And a couple extraneous comma fixes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants