Skip to content

Fix tag length check

Bruno Belanyi requested to merge unlimited-tags into master

According to section 2.1.1.1 the tags of more than 10 characters should be avoided.

This means the default regex for a tag should not have an upper limit in the number of characters in the tags. An upper limit could be imposed when given an option during execution (this is not implemented here).

Merge request reports