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

org.apache.maven.plugins.checkstyle.checkstyle-rss.vm Maven / Gradle / Ivy

Go to download

Generates a report on violations of code style and optionally fails the build if violations are detected.

There is a newer version: 3.5.0
Show newest version



  
    ${project.name} - Checkstyle report
    ${project.url}
    ${project.name} - Checkstyle report
    en-us
    ©${copyright}
    
      File: $results.getFileCount(),
             Errors: $results.getSeverityCount($levelError),
             Warnings: $results.getSeverityCount($levelWarning),
             Infos: $results.getSeverityCount($levelInfo)
      
      #set ( $reportlink = "${project.url}/checkstyle.html" )
      $reportlink
      
        

Click here for the full Checkstyle report.

#foreach( $key in $results.files.keySet() ) #set ( $filename = $key.toString() ) #set ( $anchor = $stringutils.replace( $filename, '\\', '/' ) ) #set ( $anchor = $stringutils.replace( $anchor, '/', '.' ) ) #end
Files I W E
$filename $results.getSeverityCount(${key}, $levelInfo) $results.getSeverityCount(${key}, $levelWarning) $results.getSeverityCount(${key}, $levelError)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy