mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-25 01:00:55 +01:00
Change the regex to detect long lines to allow schema with UTF-8 chars
This commit is contained in:
parent
79e81dbdde
commit
15bd7d1c5b
@ -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 New Issue
Block a user