-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Several modules (exploits) are badly formatted #19039
Comments
Are you using |
I used 'black' on the Python one, I don't know / think 'black' works on Ruby files - does it? The ruby files i fixed manually - it was some minor (but annoying) indentation issues |
Black is python only. It may be wise to create a black config file to mirror as much is the standards overlap (like line length) the ruby one. |
I am bit confused - I used black on one python module I saw was badly
formatted - I didn’t see any other such module
And for the Ruby - there are 3 badly indented files which rubocop don’t
seem to have went through?
Please take a look at my PR - they are only related to the white spaces
|
I think all the issues are merged now, thanks! Does it make sense to close this issue now too? 👀 |
I have created 4 PR to fix tests that are badly formatted (one - python based - includes unused modules):
#19033
#19032
#19031
#19030
The text was updated successfully, but these errors were encountered: