1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 13:47:21 +08:00
Bartłomiej Dach 8e102280b7 Revert & disable case with two contradicting inspections
Leaving the `false` default value without the suppression triggers
`RedundantArgumentDefaultValue`, while removing it triggers
`BaseMethodCallWithDefaultParameter`.

Disable the former, because a single redundant parameter is less bad
than silent breakage if the default value of `propagateChildren` in the
base method ever changes.
2021-07-05 20:21:44 +02:00
..
2021-07-05 23:52:39 +08:00