Commit 9d095ce
Fix SonarQube S6664: Reduce Information logging calls in WriteJsonCommand.cs (#231)
* Initial plan
* Initial analysis - identified SonarQube S6664 violation in WriteJsonCommand.cs
Co-authored-by: baynezy <[email protected]>
* Fix SonarQube S6664: Reduce Information logging calls from 3 to 2 in WriteJsonCommand.cs
Co-authored-by: baynezy <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: baynezy <[email protected]>
Co-authored-by: Simon Baynes <[email protected]>1 parent a3ef070 commit 9d095ce
File tree
3 files changed
+8
-5
lines changed- src/SemVer.Json/Features/WriteJsonFile
3 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | | - | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
0 commit comments