In addition, while upgrading to the latest detekt, I decided to re-enable the maximum line length rule for main sources. Some of the lines in CARP were excessively long; enforcing this is a good idea.
Wildcard imports are now allowed and some excessive repeated imports have been removed. Closes #225
To shorten device is AnyPrimaryDeviceConfiguration there is now a helper method device.isPrimary().
Closes #388
In addition, while upgrading to the latest detekt, I decided to re-enable the maximum line length rule for main sources. Some of the lines in CARP were excessively long; enforcing this is a good idea.
Wildcard imports are now allowed and some excessive repeated imports have been removed. Closes #225
To shorten
device is AnyPrimaryDeviceConfiguration
there is now a helper methoddevice.isPrimary()
.