enable case objects field checks
This commit is contained in:
parent
1c0981a642
commit
7cf4a72025
|
@ -74,6 +74,8 @@ else:
|
||||||
--styleCheck:usages
|
--styleCheck:usages
|
||||||
--styleCheck:error
|
--styleCheck:error
|
||||||
--maxLoopIterationsVM:1000000000
|
--maxLoopIterationsVM:1000000000
|
||||||
|
--fieldChecks:on
|
||||||
|
--warningAsError:"ProveField:on"
|
||||||
|
|
||||||
when (NimMajor, NimMinor) >= (1, 4):
|
when (NimMajor, NimMinor) >= (1, 4):
|
||||||
--warning:"ObservableStores:off"
|
--warning:"ObservableStores:off"
|
||||||
|
|
Loading…
Reference in New Issue