Skip to content

Commit

Permalink
modified pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
forkimenjeckayang committed Aug 5, 2024
1 parent 182a7b0 commit 7cb197d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
<configLocation>checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<consoleOutput>false</consoleOutput>
<failsOnError>false</failsOnError>
<linkXRef>false</linkXRef>
<propertyExpansion>org.checkstyle.google.severity=warning</propertyExpansion>
Expand Down Expand Up @@ -403,7 +403,6 @@
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
<xmlOutput>true</xmlOutput>
<failOnError>false</failOnError>
<xmlOutput>true</xmlOutput> <!-- Generate XML reports -->
<htmlOutput>true</htmlOutput> <!-- Generate HTML reports -->
Expand Down

0 comments on commit 7cb197d

Please sign in to comment.