是否可以在SonarQube中导入/添加eclipse代码格式化程序.xml?

时间:2014-05-29 12:10:29

标签: eclipse sonarqube

以下代码是我想要使用的eclipse代码格式的示例。

<profiles version="11">
    <profile kind="CodeFormatterProfile" name="equationStyle" version="11">
        <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> 
        <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/>
        <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/>
        .
        .
        .
        <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/>
        <setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/>
        <setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/>
    </profile>
</profiles>

是否可以将其导入/添加到SonarQube?

1 个答案:

答案 0 :(得分:1)

这不可能。此请求部分与http://jira.codehaus.org/browse/SONARIDE-112

有关