Janusz Chorko
11/02/2021, 4:32 PMignoreAnnotated
working on FunctionNaming
rule with Composable
annotation.
I've tried config:
FunctionNaming:
active: true
excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**']
functionPattern: '([a-z][a-zA-Z0-9]*)|(`.*`)'
excludeClassPattern: '$^'
ignoreOverridden: true
ignoreAnnotated:
- 'Composable'
Also tried setting it to full androidx.compose.runtime.Composable
, but I'm still getting reports on all Composable functions
Am I configuring it wrong?gammax
11/02/2021, 4:33 PMJanusz Chorko
11/02/2021, 4:47 PMLongParameterList
rule. I'll try with minimal config first to see if something in my configuration breaks itBrais Gabin
11/03/2021, 8:54 AMJanusz Chorko
11/03/2021, 10:33 AMBrais Gabin
11/03/2021, 3:00 PMgammax
11/03/2021, 4:24 PMBrais Gabin
11/03/2021, 5:27 PM