frostfs-node/cmd/frostfs-adm/internal/modules/morph
Evgenii Stratonikov 03976c6ed5 [#1341] .golangci.yml: Replace exportloopref with copyloopvar
exportloopref is deprecated.
gopatch:
```
@@
var index, value identifier
var slice expression
@@
for index, value := range slice {
...
-value := value
...
}

@@
var index, value identifier
var slice expression
@@
for index, value := range slice {
...
-index := index
...
}

@@
var value identifier
var channel expression
@@
for value := range channel {
...
-value := value
...
}
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-08-28 15:44:41 +00:00
..
ape [#1279] adm: Interpret "root" name as empty for namespace target type 2024-07-29 12:57:40 +00:00
balance [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
config [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
constants [#932] adm: Move defaults for NNS to package constants 2024-02-28 18:57:16 +00:00
container [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
contract [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
frostfsid [#1159] adm/frostfsid: Remove wallet requirement for list-* 2024-07-11 14:04:37 +00:00
generate [#1341] .golangci.yml: Replace exportloopref with copyloopvar 2024-08-28 15:44:41 +00:00
helper [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
initialize [#1239] adm/morph: Fix transfer GAS to alphabet nodes 2024-07-11 18:28:32 +03:00
netmap [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
nns [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
node [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
notary [#973] node: Resolve perfsprint linter 2024-03-11 17:55:50 +03:00
policy [#1217] Fix grammar mistakes and misspelling 2024-07-01 19:14:25 +03:00
proxy [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
root.go [#932] adm: Add commands to manipulate with NNS contract 2024-02-28 18:57:16 +00:00