本文介绍了如何将JSHint或ESLint或TSLint添加到Sonar qube?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以将JSHint或ESLint或TSLint添加到 SonarQube ?如果在那儿,请您提供逐步操作步骤.
Is there any option to add JSHint or ESLint or TSLint to SonarQube? If it is there, could you please provide the step by step procedure.
谢谢,西瓦(Siva Ramanjaneyulu)
Thanks,Siva Ramanjaneyulu
推荐答案
可用插件列表为这里.
您可以使用 JavaScript插件来检查JavaScript代码.
You can use a JavaScript Plugin to check JavaScript code.
您还可以创建自己的插件,该插件将执行JSHint,ESLint或TSLint.
You can also create your own plugin which execute JSHint, ESLint or TSLint.
这篇关于如何将JSHint或ESLint或TSLint添加到Sonar qube?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!