sanogueralorenzo
10/28/2020, 11:27 AMgammax
10/28/2020, 4:19 PMsanogueralorenzo
10/30/2020, 12:58 PMsanogueralorenzo
10/30/2020, 12:58 PMgetController
taso
10/31/2020, 12:02 PMgammax
10/31/2020, 12:03 PMignore methods namedWe could do something like this, but this will catch all thegetController
getController
in your codebase. Even those that are not Epoxy related (you would have to customize the rule to refine the inspection…)gammax
10/31/2020, 12:05 PMLongMethod
threshold for this rule
• You fork the rule and have a custom implementation with your filtering
• You refactor the code as @taso suggested (like you could extract the designTextInputLayout
body into another function)sanogueralorenzo
11/22/2020, 10:26 AMexcludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**']
gammax
11/22/2020, 12:32 PMsanogueralorenzo
11/25/2020, 4:21 PMsanogueralorenzo
11/27/2020, 1:26 PM