You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The typing for dm_use_deferred_removal and dm_use_deferred_deletion was set to String, whereas we had assumed previously that those were Booleans (due to having true/false as options). I'm assuming the String type was used because the defaults were set to undef (probably should have been false).
Is the String type desired, in which case we'll have to update our settings to quote true/false (which requires a Lint override), or was this an oversight and they should be set to Boolean?
The text was updated successfully, but these errors were encountered:
Please see the comments on this PR:
#99
The typing for dm_use_deferred_removal and dm_use_deferred_deletion was set to String, whereas we had assumed previously that those were Booleans (due to having true/false as options). I'm assuming the String type was used because the defaults were set to undef (probably should have been false).
Is the String type desired, in which case we'll have to update our settings to quote true/false (which requires a Lint override), or was this an oversight and they should be set to Boolean?
The text was updated successfully, but these errors were encountered: