英文:
Sonarlint and Intelij: possible to run analysis only for files in a changelist?
问题
我目前正在本地运行Intelij
中的sonarlint
插件,效果很好。
我想仅针对我在我的变更列表中拥有的文件运行该插件 - 在我推送它们并创建拉取请求之前。
有办法做到这一点吗?
英文:
I am currently running sonarlint
plugin locally in Intelij
which works well.
I would like to run the plugin only for files that I have in my Changelist - before I push them and create a Pull request.
Is there a way to do this?
答案1
得分: 2
选择 Git 窗口中的变更列表。然后点击 ctrl-shift-S。
英文:
Select the changelist in the Git window. Then click ctrl-shift-S
答案2
得分: 1
可以的,你可以这样做:
选择"分析列表",然后选择"使用SonarLint分析VCS更改的文件"。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论