Hi, I have sporadically used Julia for a while mainly to benchmark my cython/python implementations and get them to at least Julia like performance, It seems like I'll migrate some of these projects into Julia, and I was wondering about the development tools for it. Things like autopep/codeclimate/ --- etc maybe some tools that can tell me the percentage of functions being tested?
I mainly care about the coding style being homogeneous, and making sure best practices are met