You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An array of type boolean is always reduced, indepently of duplicate-arguments-array. So it doesn't seem possible to build an array of boolean with more than one element.
It is not clear:
wether duplicate-arguments-array should reduce array's at all. Analysing the tests, the answer is yes. Maybe it would be more logical to exclude array's from this rule?
the behavior of typed array's is not consistent (number <=> string).
The text was updated successfully, but these errors were encountered:
array
of typenumber
is not affected byduplicate-arguments-array
and doesn't reduce duplicated arguments:array
of typestring
does reduce duplicated arguments withduplicate-arguments-array
:An
array
of typeboolean
is always reduced, indepently ofduplicate-arguments-array
. So it doesn't seem possible to build anarray
ofboolean
with more than one element.It is not clear:
duplicate-arguments-array
should reducearray
's at all. Analysing the tests, the answer is yes. Maybe it would be more logical to excludearray
's from this rule?array
's is not consistent (number <=> string).The text was updated successfully, but these errors were encountered: