File tree Expand file tree Collapse file tree
internal/durabletask-protobuf Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747 - name : Run SpotBugs
4848 run : ./gradlew spotbugsMain spotbugsTest
49- continue-on-error : true
49+ continue-on-error : false
5050
5151 - name : Upload SpotBugs reports
5252 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ spotbugs {
9191 toolVersion = ' 4.9.2'
9292 effort = ' max'
9393 reportLevel = ' medium'
94- ignoreFailures = true
94+ ignoreFailures = false
9595 excludeFilter = file(' spotbugs-exclude.xml' )
9696}
9797
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ spotbugs {
119119 toolVersion = ' 4.9.2'
120120 effort = ' max'
121121 reportLevel = ' medium'
122- ignoreFailures = true
122+ ignoreFailures = false
123123 excludeFilter = file(' spotbugs-exclude.xml' )
124124}
125125
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ spotbugs {
187187 toolVersion = ' 4.9.2'
188188 effort = ' max'
189189 reportLevel = ' medium'
190- ignoreFailures = true
190+ ignoreFailures = false
191191 excludeFilter = file(' spotbugs-exclude.xml' )
192192}
193193
Original file line number Diff line number Diff line change 1- b1e9c96572a9fa0b81829fe0e976cd39de91877e
1+ c85ef11430ff8e10e21105abb545b0803bb86c66
Original file line number Diff line number Diff line change @@ -463,6 +463,7 @@ message PurgeInstanceFilter {
463463
464464message PurgeInstancesResponse {
465465 int32 deletedInstanceCount = 1 ;
466+ google.protobuf.BoolValue isComplete = 2 ;
466467}
467468
468469message CreateTaskHubRequest {
You can’t perform that action at this time.
0 commit comments