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
Since the latest minor version bump (4.5.0) we've been unable to override --check-order. I believe this was due to the change introduced in #585. Since CHECK_ORDER can legitimately be false, the || always defaults to true. Meaning, the order is always checked.
We should remove the default to true since this should already be covered when setting CHECK_ORDER.
The text was updated successfully, but these errors were encountered:
Since the latest minor version bump (4.5.0) we've been unable to override
--check-order
. I believe this was due to the change introduced in #585. SinceCHECK_ORDER
can legitimately befalse
, the||
always defaults totrue
. Meaning, the order is always checked.We should remove the default to
true
since this should already be covered when settingCHECK_ORDER
.The text was updated successfully, but these errors were encountered: