Hello there, I have a question about spread operat...
# android
c
Hello there, I have a question about spread operator. Currently, detekt want me to remove the spread operator because of the copy of the array (here
params
). But how can I avoid it ? Thank you !
p
the issue was supposedly solved: https://github.com/arturbosch/detekt/issues/554 I have disabled that particular check
c
Cool, thanks !