stricter case object checks

This commit is contained in:
Dmitriy Ryajov 2024-02-09 19:33:36 -06:00 committed by Eric
parent 48036b28fa
commit 25a3429cfe
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ else:
--styleCheck:usages
--styleCheck:error
--maxLoopIterationsVM:1000000000
--fieldChecks:on
--warningAsError:"ProveField:on"
when (NimMajor, NimMinor) >= (1, 4):
--warning:"ObservableStores:off"