domohuhn / mutation-test

Automated mutation testing for any programming language
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

`switch function call arguments` rule should not run for named parameters #20

Closed marandaneto closed 1 year ago

marandaneto commented 1 year ago

https://github.com/domohuhn/mutation-test/blob/9eff7dee88402e93a0e26fc6941d29fdbc088b0e/lib/src/configuration/builtin_rules.dart#L156C10-L160

Positional and Optional positional parameters may have bugs if misplaced, but I don't see how changing the order of named parameters would help.

domohuhn commented 1 year ago

This should be fixed in 26fdb8b