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

CI should implement static analysis and block merging for issues that arise #176

Open
pjrobertson opened this issue Jan 15, 2025 · 0 comments

Comments

@pjrobertson
Copy link
Collaborator

Suggested to include:

  1. pylint
  2. flake8

These may want to be done at two separate stages, since pylint may only raise a few small issues, but flake8 will likely raise more (stylistic changes are likely to be more needed)

A quick test shows:

  1. pylint: approx 1450 lines changed, Your code has been rated at 3.39/10 ( 😢 )
  2. flake8: approx 1100 lines changed

We should also decide on a convention for code as necessary.

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

No branches or pull requests

1 participant