From 5323bbe57739cc5cb3eb78b6ac6e7de07d6eb1ab Mon Sep 17 00:00:00 2001 From: Julien 'Lta' BALLET Date: Fri, 7 Apr 2023 11:01:19 +0200 Subject: [PATCH] Use a feature flag instead of a an argument for content hashing --- .plzconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.plzconfig b/.plzconfig index 7151b800..2d9a9a32 100644 --- a/.plzconfig +++ b/.plzconfig @@ -106,5 +106,8 @@ Optional = true Inherit = true [PluginConfig "feature_flags"] -WheelHashing = true -ContentHashing = false +DefaultValue = "" +Repeatable = true +Optional = true +Inherit = true +Help = Flags to enable in-development features, or toggle breaking changes