Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

插件增加对项目目录下sonar-project.properties配置文件的支持 #6

Open
bestv5 opened this issue Jan 7, 2022 · 1 comment

Comments

@bestv5
Copy link

bestv5 commented Jan 7, 2022

我看配置项都在ide里面配置,是否支持从项目目录下sonar-project.properties配置文件读取?

如果不能,希望增加对项目目录下sonar-project.properties配置文件的支持,读取项目下配置文件中的配置。

@lowkeyfish
Copy link
Owner

插件当前还不支持直接使用项目目录中 sonar-project.properties 来设置。因为插件最开始考虑到满足最少的配置就可以使用仅需且仅支持必须的几个配置项,而且配置项也尽量按插件的交互来提供而非 SonarScanner 的原始配置项,不过后续也开放了更多的配置项,但是几个核心的配置项还是不能在插件设置中的 SonarScanner 配置中设置的。后续版本更新我会考虑增加使用项目 sonar-project.properties 的设置,让使用者选择。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants