Is there a plugin for parsing and integrating Matlab in Sonarqube? -


  1. does know, can find plugin parsing , integrating matlab
    in sonarqube ?

  2. if have got or written plugin, can use internal pmd runner of sonarqube check created custom rules (xpath) matlab ?
    or have write "parser" extending pmd matlab ?

thank in advance!


edit

okay, still thinking it. seems, have write/extend matlab grammar, if want use pmd (with javacc can generate parser , lexer).

before this, can generate parser , lexer sonarqube created grammar , generator (e.g. antlr) ?

there no matlab plugin sonarqube.

if decide develop plugin (which not small undertaking), not need pmd. have @ php or css plugins source code know how started:

alternatively, can add support of matlab language pmd, , develop sonarqube "matlab pmd" plugin. not make sense, unless want integrated pmd reason. there seems very limited matlab support in pmd http://pmd.sourceforge.net/pmd-5.3.2/pmd-matlab/index.html - i.e. lexer, no parser nor rules.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -