This PR removes the 'ast' parameter from all of our validator functions, because it wasn't used anywhere.
I'm opening this PR in case anyone knows why we have it: maybe we'll need it for some future validation?
Or had that validation, but it got deleted somewhere along the refactoring?
It's probably just an oddity from our Validator setup, but figured I'd ask to make sure : v)
PS: sorry if this steps on anyone's toes.
This was originally part of my PR for removing doc comments from params and modules, but I split it off to avoid merge conflicts.
This PR removes the 'ast' parameter from all of our validator functions, because it wasn't used anywhere. I'm opening this PR in case anyone knows why we have it: maybe we'll need it for some future validation? Or had that validation, but it got deleted somewhere along the refactoring?
It's probably just an oddity from our Validator setup, but figured I'd ask to make sure : v)
PS: sorry if this steps on anyone's toes. This was originally part of my PR for removing doc comments from params and modules, but I split it off to avoid merge conflicts.