From 744b163cd08d52ff0ca0ae49fbb4c13e44080ca0 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 2 Oct 2018 21:27:34 +0200 Subject: [PATCH] docs(integrity): document unsafe-disable-integrity-migration (#865) --- lang/en/docs/yarnrc.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lang/en/docs/yarnrc.md b/lang/en/docs/yarnrc.md index e13188dda..35889b946 100644 --- a/lang/en/docs/yarnrc.md +++ b/lang/en/docs/yarnrc.md @@ -60,6 +60,14 @@ Controls the number of child processes run parallely to build node modules. Setting this number to 1 will cause the node modules to be built sequentially which can avoid linker errors on windows with node-gyp. +### `unsafe-disable-integrity-migration` + +```shell +unsafe-disable-integrity-migration false +``` +Setting this to `false` will enable the `yarn.lock` checksum migration (enabling sha512 support). Causes lockfile format change. +This will be the default starting from version `2.0`. + ### CLI arguments Setting `--. ` in .yarnrc would be the same as running `yarn -- `.