From 7e3e04c4693aaf0de51b8b466a37189c82a04887 Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 20 Jul 2022 12:01:17 +0200 Subject: [PATCH] use `--stylecheck:hint` for `chronicles` package --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 303255b6d7..e1b43b7f9f 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -15,7 +15,7 @@ pkg "bncurve", true pkg "c2nim", false, "nim c testsuite/tester.nim" pkg "cascade" pkg "chroma" -pkg "chronicles", true, "nim c -o:chr -r chronicles.nim" +pkg "chronicles", true, "nim c --stylecheck:hint -o:chr -r chronicles.nim" pkg "chronos", true, "nim c -r -d:release tests/testall" pkg "cligen", false, "nim c -o:cligenn -r cligen.nim" pkg "coco", true