Commit c56057a
committed
style(jobs): address the analyzer findings this PR introduced
S6667 (log in a catch should pass the caught exception) fired on the two
cancellation logs — the deadline warning now has the exception in scope, so pass
it; it also records where the run was when it was cut off. CA1861 (constant array
argument) on the new store assertion. The remaining Sonar issues on
ReportRunner.cs (S107/S125/IDE0008) sit on pre-existing lines this PR never
touched and are left alone.1 parent 242a5d8 commit c56057a
3 files changed
Lines changed: 3 additions & 2 deletions
File tree
- src
- Jobs/NeoReports.Jobs
- NeoReports.Core/Pipeline
- tests/NeoReports.Core.UnitTests/Scheduling
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments