Sebastiaan van Stijn
3f0c189e48
linting: address slice-append issues found by gocritic
...
cli/command/trust/inspect.go:74:33: appendAssign: append result not assigned to the same slice (gocritic)
signatureRows[idx].Signers = append(sig.Signers, releasedRoleName)
^
cli/command/task/print.go:92:7: appendAssign: append result not assigned to the same slice (gocritic)
t := append(tasks[:0:0], tasks...)
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-11-20 16:02:17 +01:00
..
2023-01-06 19:15:33 +01:00
2023-11-20 16:02:16 +01:00
2022-04-08 16:55:39 +02:00
2023-10-13 22:09:04 +02:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-10-23 15:21:47 +02:00
2023-11-20 16:02:16 +01:00
2022-03-28 10:37:25 +02:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-10-23 15:21:47 +02:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:16 +01:00
2023-11-20 16:02:17 +01:00
2019-05-20 13:28:11 +01:00
2023-11-20 16:02:17 +01:00
2023-10-23 15:21:47 +02:00
2022-09-03 21:25:37 +02:00
2022-12-05 21:40:39 +01:00
2022-11-28 16:52:02 +01:00
2023-08-08 17:35:16 +02:00
2022-11-22 12:57:57 +01:00
2022-11-22 12:57:54 +01:00
2022-11-22 12:32:18 +01:00
2023-06-02 14:20:53 +02:00
2023-09-05 13:43:35 +02:00
2023-10-23 15:21:47 +02:00
2023-09-05 17:53:20 +02:00
2018-03-08 15:00:43 -05:00
2022-09-30 19:14:36 +02:00
2023-10-01 02:58:17 +09:00