BorzdeG
01/25/2019, 11:40 AMformatting.MaximumLineLength
is redundant: https://github.com/arturbosch/detekt/blob/master/detekt-cli/src/main/resources/default-detekt-config.yml#L222
He can use the parameter `style.MaxLineLength`: https://github.com/arturbosch/detekt/blob/master/detekt-cli/src/main/resources/default-detekt-config.yml#L445?
Or at least have the same name ...schalkms
01/25/2019, 6:17 PMMaximumLineLength
was inherited by ktlint. The whole formatting rule set is actually inherited.
MaxLineLength
is the native detekt rule.