From e045062620af4840ef3ea6657ab0f858a9aa3d0b Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Thu, 1 Feb 2024 19:05:54 -0600 Subject: [PATCH] enable case objects field checks --- config.nims | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.nims b/config.nims index a00ce831..222b4d72 100644 --- a/config.nims +++ b/config.nims @@ -74,6 +74,8 @@ else: --styleCheck:usages --styleCheck:error --maxLoopIterationsVM:1000000000 +--fieldChecks:on +--warningAsError:"ProveField:on" when (NimMajor, NimMinor) >= (1, 4): --warning:"ObservableStores:off"