Add additional hacking checks (similar to Nova and Neutron)
Bug #1533474 reported by
Kan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Triaged
|
Wishlist
|
ChangBo Guo(gcb) | ||
Ironic Inspector |
Triaged
|
Wishlist
|
Unassigned | ||
python-ironicclient |
Triaged
|
Wishlist
|
Kan |
Bug Description
Hacking project provides common code style check, but there could be some additional checks for pep8 tests. For example, if we want to assert if a argument is mutable, we can add hacking checks to enhance it.
Add hacking support like neutron and nova does:
https:/
https:/
Changed in ironic: | |
assignee: | nobody → Kan (kansks) |
description: | updated |
Changed in python-ironicclient: | |
assignee: | nobody → Kan (kansks) |
description: | updated |
description: | updated |
description: | updated |
Changed in ironic: | |
assignee: | Kan (kansks) → ChangBo Guo(gcb) (glongwave) |
To post a comment you must log in.
Hi! That's not a feature, so I'm dropping RFE tag. Also please make sure that whatever solution for this problem is, it does not involve copying files from neutron, we need to use some common location.