1 theme = core + pbp + cosmetic + bugs + maintenance + complexity + security
3 # While there's good reason to not use subroutine prototypes, ikiwiki does
4 # use them, and changing away from them could lead to subtle bugs in stuff
5 # using the library. So for now, demote errors about them.
6 [Subroutines::ProhibitSubroutinePrototypes]
9 # ProhibitStringyEval is broken; it doesn't take into account that
11 # defers the use until the eval runs.
13 # does not defer the use at all.
14 [-BuiltinFunctions::ProhibitStringyEval]