Skip to content

enforce max line length set by Android Studio, gitlab, etc.

Having to read poorly wrapped code in gitlab made me finally do this. Most of the code will now require max line length of 118, which is what gitlab's max is for its diff view. Android Studio shows a grey line in the UI at 120.

This also enables a new way to disable checkstyle rules per-line: // NOCHECKSTYLE <checkName>, for example // NOCHECKSTYLE LineLength.

There is also a name fix for a method that was misnamed.

Edited by Hans-Christoph Steiner

Merge request reports