.hlint.yaml: add nub to restricted functions.

This commit is contained in:
John MacFarlane
2026-08-14 09:06:56 -07:00
parent fd98ee38b7
commit 210d70995b
+4
View File
@@ -6,6 +6,10 @@
#
- arguments: [--color=auto, --cpp-ansi]
- functions:
- {name: nub, within: []}
# - {name: Prelude.error, within: [Tests.Lua,Tests.Lua.*]}
# Ignore some builtin hints
#
- ignore: {name: "Avoid lambda"}