Skip to content
Closed

pull #64

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README22.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile-CI
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pipeline {
pipeline {
agent any
stages {
stage('compile') {
Expand Down
2 changes: 1 addition & 1 deletion src/main/pmd/pmd.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
<xsl:decimal-format decimal-separator="." grouping-separator="," />

<!-- keys for violations list -->
<!-- keys for violations list -->
<xsl:key name="violations" match="violation" use="@rule" />

<!-- XSL for PMD report. Author : Seshagiri Sriram. -->
Expand Down