Join Slack
Powered by
Hello there, I have a question about spread operat...
# android
c
Corentin Leffy
12/13/2018, 11:13 AM
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 !
-.kt
p
pawelbochenski
12/13/2018, 12:10 PM
the issue was supposedly solved:
https://github.com/arturbosch/detekt/issues/554
I have disabled that particular check
c
Corentin Leffy
12/13/2018, 12:29 PM
Cool, thanks !
4
Views
Open in Slack
Previous
Next