You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vacuum does not resolve custom JS functions from remote URLs — they
must be local and passed via the -f flag. Update the guide with
download instructions, CI integration, and a Custom Functions section
explaining the requirement.
Several rules use custom JavaScript functions (config schema validation, duplicate detection, etc.). Vacuum requires custom functions on the local filesystem, so download the ruleset and its functions:
Several rules use custom JavaScript functions for validations that go beyond what built-in vacuum functions can express (config schema validation, duplicate detection, secret reference format, etc.). Vacuum requires custom functions to be on the local filesystem — it does not fetch them from remote URLs.
142
+
143
+
The download steps above place these functions into `.barbacane/rulesets/functions/`. The `-f` flag in the `vacuum lint` command tells vacuum where to find them.
144
+
145
+
If you cloned the Barbacane repository, you can also point directly at the source:
0 commit comments