All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.plugins.java.common_rules_sonar_way.xml Maven / Gradle / Ivy

There is a newer version: 3.11
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<profile>
  <name>Sonar way</name>
  <language>java</language>
  <rules>
    <rule>
      <repositoryKey>common-java</repositoryKey>
      <key>DuplicatedBlocks</key>
      <priority>MAJOR</priority>
    </rule>
    <rule>
      <repositoryKey>common-java</repositoryKey>
      <key>InsufficientBranchCoverage</key>
      <priority>MAJOR</priority>
      <parameters>
        <parameter>
          <key>minimumBranchCoverageRatio</key>
          <value>65.0</value>
        </parameter>
      </parameters>
    </rule>
  </rules>
</profile>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy