summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Python
diff options
context:
space:
mode:
authorvitya-smirnov <[email protected]>2026-01-13 17:28:38 +0300
committervitya-smirnov <[email protected]>2026-01-13 17:55:02 +0300
commitdcda00624e675c16afa086ce13d8f583f7929846 (patch)
treef2b2c1b62e8b8989719b4a417b1e9a5480b368a8 /contrib/tools/python3/Python
parent1c54c418a34fa23196495b69afad0abdda4ee6bd (diff)
YQL-20095: Enable modernize-use-override
The check `modernize-use-override` is useful as it: 1. Removes redundant `override` when it is used with a `final`. 2. Removes redundant `virtual` or replace it with a `override`. So it is more clean for a reader, that overriding happens. It is enabled not out of order, as it is just an alias to `cppcoreguidelines-explicit-virtual-functions`. I also decided to switch a strategy of enabling checks. Now I will enable only a single rule with a single PR and prefer rules with a non-breaking autofix. In the new year with new linter checks! 🎄 commit_hash:e6e233baa90b31e5f65e11837546690c47f71ab5
Diffstat (limited to 'contrib/tools/python3/Python')
0 files changed, 0 insertions, 0 deletions