Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:32
-
Epic Link:
-
Sprint:DRP F16-6
-
Team:Data Release Production
I think Pim Schellart [X] hits the nail on the head here in that cython and Swig merge user code with automated code so linting becomes irrelevant in the output. In our case we are importing the whole C++ interface into python, augmenting it with a bunch of new python code and then forwarding the whole thing on to the _init_.py. I'm not entirely sure how we can square that circle and have proper code quality checks in the code whilst also not having to specify every C++ interface explicitly in the code. Sorry that I'm not really helping.