Hi,
We're using slash and recently we've introduced some long labels which didn't pass the len(_) <= 29 requirement.
We've just arbitrarily raised the requirement to 42, but I'm curious why is this required?
Blame: https://github.com/getslash/slash/blame/develop/slash/core/fixtures/parameters.py#L194
Hi,
We're using
slashand recently we've introduced some long labels which didn't pass thelen(_) <= 29requirement.We've just arbitrarily raised the requirement to 42, but I'm curious why is this required?
Blame: https://github.com/getslash/slash/blame/develop/slash/core/fixtures/parameters.py#L194