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

Fix code convention check #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

levioctl
Copy link
Contributor

There are 2 issues with the code convention check ('make check_convention')
that runs as part of the build:

  1. The 'pep8' CLI tool is deprecated, and 'pycodestyle' should be used instead.
  2. There are some PEP8 errors.

This commit changes the Makefile to use 'pycodestyle' instead of 'pep8',
and fixes the remaining pep8 errors.

There are 2 issues with the code convention check ('make check_convention')
that runs as part of the build:
1. The 'pep8' CLI tool is deprecated, and 'pycodestyle' should be used instead.
2. There are some PEP8 errors.

This commit changes the Makefile to use 'pycodestyle' instead of 'pep8',
and fixes the remaining pep8 errors.
This reverts commit fba6b7c.
("Divide purge process to threads")

The reverted commit is faulty and breaks purge functionality.
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

1 participant