Michael Marshall
06/10/2021, 6:19 AMactive: false
on a specific custom rule doesn't seem to be respected. e.g. when I set my config to
custom-proj-rules:
active: true
InvalidExpressionFunction:
active: false
KotlinObjectJavaSerialization:
active: true
InvalidExpressionFunction
still gets triggered.
However if I do
custom-proj-rules:
active: false
InvalidExpressionFunction:
active: false
KotlinObjectJavaSerialization:
active: true
all the rules are turned off as expected