Change the regex to detect long lines to allow schema with UTF-8 chars

This commit is contained in:
Benoit Marty 2020-04-16 14:35:23 +02:00
parent 79e81dbdde
commit 15bd7d1c5b

View file

@ -60,7 +60,7 @@ private short
final short
### Line length is limited to 160 chars. Please split long lines
.{161}
[^─]{161}
### "DO NOT COMMIT" has been committed
DO NOT COMMIT