assemblyscript
assemblyscript copied to clipboard
feat: add sonar-js to add static analysis of compiler and std
This is to provide some additional analysis used to improve the code quality of the compiler. One area of debate is what limit should be allowed for function complexity. Currently added another step to CI and skipped any analysis on tests.
This PR aims to address the feedback and provide discussion about the results and whether they are valid issues.