This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Must have a function named `rule`, which takes an array of AuditEvents | |
| // The return value must be a boolean | |
| let rule input = | |
| Array.isEmpty input |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {:user {:plugins [[lein-ancient "0.6.8"] | |
| [lein-droid "0.4.3"] | |
| [io.aviso/pretty "0.1.24"]] | |
| :dependencies [[spyscope "0.1.5"] | |
| [org.clojure/tools.namespace "0.2.4"] | |
| [io.aviso/pretty "0.1.24"] | |
| [alembic "0.3.2"] | |
| [im.chit/vinyasa "0.4.2"]] | |
| :injections [(require 'spyscope.core) | |
| (require 'io.aviso.repl) |