-
Notifications
You must be signed in to change notification settings - Fork 10
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
Integrate Pylint in GH action #14
Comments
I added the pylint support and clean up a code a bit for lint to pass. Actually thing to do is enable pylint for test folder as well. Now it's only used for src folder. |
yugr
added a commit
to yugr/asm2cfg
that referenced
this issue
Jan 29, 2022
yugr
added a commit
to yugr/asm2cfg
that referenced
this issue
Jan 29, 2022
yugr
added a commit
to yugr/asm2cfg
that referenced
this issue
Jan 29, 2022
yugr
added a commit
to yugr/asm2cfg
that referenced
this issue
Jan 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pylint static analysis may be useful for detecting issues in code.
The text was updated successfully, but these errors were encountered: