From 5a2e6ef09199bc8367093c9995dd60812eb8f42a Mon Sep 17 00:00:00 2001 From: XeroOl Date: Wed, 16 Jul 2025 22:50:18 -0500 Subject: [PATCH] fix ci and add more changelog --- changelog.md | 1 + test/capabilities.fnl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fbf81ed..6dcf501 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ * New lint `not-enough-arguments` for ensuring you don't accidentally implicitly pass nil * Disabled by default because it requires following fennel's optional argument naming conventions * New lint `invalid-flsproject-settings` checks your `flsproject.fnl` file as you edit it +* Renamed lint `unnecessary-do-values` to `unnecessary-unary` and made it apply to many more forms ### Changes * Updated to dkjson 2.8 diff --git a/test/capabilities.fnl b/test/capabilities.fnl index 20d0b6a..4be0b22 100644 --- a/test/capabilities.fnl +++ b/test/capabilities.fnl @@ -1,5 +1,5 @@ (local faith (require :faith)) -(local {: create-client : NIL} (require :test.utils)) +(local {: create-client} (require :test.utils)) (fn test-offset-encoding [] (let [{: client