Implement pep8 hacking checks
Bug #1704691 reported by
Ngo Quoc Cuong
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuxi |
Fix Released
|
Undecided
|
Ngo Quoc Cuong |
Bug Description
Currently, fuxi does not have pep8 hacking checks. As the result of it, there is a lot code does not follow OpenStack recommended code conventions, such as:
- [N521] Validate that jsonutils module is used instead of json
- [N529] Method's default argument shouldn't be mutable
- [N537] Don't translate logs.
We should add pep8 hacking checks implementation to clean up the code and more importantly, prevent future mistakes.
Changed in fuxi: | |
assignee: | nobody → Ngo Quoc Cuong (cuongnq) |
description: | updated |
Changed in fuxi: | |
status: | New → In Progress |
To post a comment you must log in.
Fix N529: https:/ /review. openstack. org/#/c/ 482023/