mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Change the regex to detect long lines to allow schema with UTF-8 chars
This commit is contained in:
parent
79e81dbdde
commit
15bd7d1c5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue