Anton Haubner f6dfcca980
Modify rule S2734: Python: Don't replace with S935 (#2774)
S935 has been merged with S6658.
As part of that merge, S935 has been restricted to a specific set of
special functions for now, not including `__init__`.

Hence, we keep S2734 at the moment, until S935 is extended to cover more
functions.

See also
* https://github.com/SonarSource/sonar-python/pull/1529#discussion_r1282759218
* https://github.com/SonarSource/sonar-python/pull/1528
* https://sonarsource.slack.com/archives/CFUS31LRE/p1690534750237959
2023-08-03 17:09:14 +02:00
..