Contributor - Code quality check
Description
The goal of this project is to develop a Scilab code quality check. This application will perform various check on the consistency, syntax, coding standard, etc.
Note that this will be only available with Scilab 6 family ($YaSp branch in the Scilab git) since it needs a API on the abstract syntax tree. Note that this API is not yet available in the Scilab language.
Ideas
Extend pylint or port this application to Scilab.
This functionnality could be plugged to Scilab Editor.
Links
pylint for Python
Checkstyle for Java