I think parameter `formatting.MaximumLineLength` ...
# detekt
b
I think parameter
formatting.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 ...
s
MaximumLineLength
was inherited by ktlint. The whole formatting rule set is actually inherited.
MaxLineLength
is the native detekt rule.