Skip to content

Commit

Permalink
fix: added missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Rocher authored and KengoTODA committed Nov 5, 2020
1 parent 816fc7e commit fe5bccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spotbugs {
reportsDir = file("$buildDir/spotbugs")
includeFilter = file("include.xml")
excludeFilter = file("exclude.xml")
baselineFile = file("baseline.xml")
onlyAnalyze = [ 'com.foobar.MyClass', 'com.foobar.mypkg.*' ]
maxHeapSize = '1g'
extraArgs = [ '-nested:false' ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ import javax.inject.Inject
* &nbsp;&nbsp;&nbsp;&nbsp;reportsDir = file("$buildDir/reports/spotbugs")<br>
* &nbsp;&nbsp;&nbsp;&nbsp;includeFilter = file('spotbugs-include.xml')<br>
* &nbsp;&nbsp;&nbsp;&nbsp;excludeFilter = file('spotbugs-exclude.xml')<br>
* &nbsp;&nbsp;&nbsp;&nbsp;baselineFile = file('spotbugs-baseline.xml')<br>
* &nbsp;&nbsp;&nbsp;&nbsp;onlyAnalyze = ['com.foobar.MyClass', 'com.foobar.mypkg.*']<br>
* &nbsp;&nbsp;&nbsp;&nbsp;projectName = name<br>
* &nbsp;&nbsp;&nbsp;&nbsp;release = version<br>
Expand Down

0 comments on commit fe5bccf

Please sign in to comment.