Add ament_mypy to quality_of_service_demo_py#793
Conversation
fujitatomoya
left a comment
There was a problem hiding this comment.
this does not really match the requirement in #769, besides DCO is missing.
CC: @InvincibleRMC
|
Yeah I would double check the file you copied for making the |
Closes ros2#769 Signed-off-by: Shivam Maurya <shivammmaurya14032005@gmiall.com>
b3363d4 to
d3efa7d
Compare
|
My bad , thank you for your feedbacks . I have resolved the dco missing issue . and updated the |
Signed-off-by: Shivam Maurya <shivammaurya14032005@gmail.com>
|
@InvincibleRMC hey sir , I have updated as per you request . Do guide me what further i have to do. |
|
Pulls: #793 |
|
@ShivamMaurya14 can you fix the failure? |
After removing this flag for strict . Build is successful and also all test case runned normally . Signed-off-by: Shivam Maurya <shivammaurya14032005@gmail.com>
|
hi , @InvincibleRMC - Updated
|
Build Error and all test passed . And more aligned as per test_mypy.py structure earlier used in project for consistency . Signed-off-by: Shivam Maurya <shivammaurya14032005@gmail.com>
|
You should run it with strict and make it pass with strict. |
|
Thanks for review,
All PR uses this
Do Let me know if still i have to make changes.. |



Closes #769
Adds
ament_mypytype-checking linter to thequality_of_service_demo_pypackage, consistent with other
ament_pythonpackages in this repo.Changes:
<test_depend>ament_mypy</test_depend>topackage.xmltest/test_mypy.pywith standard linter test boilerplateTesting ouptut
All updates done + All test and build passed successfully.
Kindly review and suggestion are highly appreciated .