Merge branch 'master' into 7505-format-values

This commit is contained in:
Ainar Garipov
2024-12-17 16:37:01 +03:00
9 changed files with 287 additions and 26 deletions

View File

@@ -223,6 +223,12 @@ run_linter ineffassign ./...
run_linter unparam ./...
find . \
'(' \
-name 'node_modules' \
-type 'd' \
-prune \
')' \
-o \
-type 'f' \
'(' \
-name 'Makefile' \