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

Run rubocop on exploit modules #17619

Merged

Conversation

adfoster-r7
Copy link
Contributor

Running Rubocop on exploit modules:

git diff -b --name-status -l0 --summary  3a046f01dae340c124dd3895e670983aef5fe0c5..HEAD | grep '\tmodules' | grep 'A\t' | awk '{ print $2 }' | grep exploit | xargs rubocop -A

Epoch from

# For now any modules created after 3a046f01dae340c124dd3895e670983aef5fe0c5
# will require Rubocop to be ran.

Verification

  • Verify the changes are cromulent

@cgranleese-r7 cgranleese-r7 self-assigned this Feb 9, 2023
@cgranleese-r7 cgranleese-r7 added the rn-no-release-notes no release notes label Feb 9, 2023
@cgranleese-r7 cgranleese-r7 merged commit 508f5c7 into rapid7:master Feb 9, 2023
@adfoster-r7 adfoster-r7 deleted the run-rubocop-on-exploit-modules branch February 9, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn-no-release-notes no release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants