Use refc as memory management and disable styleCheck because of testutils

This commit is contained in:
Arnaud 2024-12-11 11:55:03 +01:00
parent 10c50a8894
commit 5e77dff413
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -1,7 +1,13 @@
--styleCheck:usages
--styleCheck:error
# Disable styleCheck temporarily because Nim 2.x is checking that
# getopt is used instead of
# https://github.com/status-im/nim-testutils/pull/54/commits/a1b07a11dd6a0c537a72e5ebf70df438c80f920a
#--styleCheck:error
# begin Nimble config (version 1)
when fileExists("nimble.paths"):
include "nimble.paths"
# end Nimble config
when (NimMajor, NimMinor) >= (2, 0):
--mm:refc