diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-16 19:27:34 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-19 15:49:12 -0400 |
| commit | e343590e7d59b4bfd6bc4913ac20ac9c46e702a4 (patch) | |
| tree | 35a4686430881e793238578da3bbe7a5126edbc4 /mesonbuild/compilers/objcpp.py | |
| parent | 29a62ff794df3d72616740be9723b87f6b491722 (diff) | |
| download | meson-e343590e7d59b4bfd6bc4913ac20ac9c46e702a4.tar.gz | |
pylint: ignore possibly/used-before-assignment as it is prone to FP
It does no control flow analysis, and upgrading to pylint 3.2.0 produced
many incorrect warnings.
Also ignore contextmanager-generator-missing-cleanup for now. It has FP
when there is no code after a yield (and thus no cleanup needs to be
handled), which is what we do. Currently under discussion upstream:
https://github.com/pylint-dev/pylint/issues/9625
Diffstat (limited to 'mesonbuild/compilers/objcpp.py')
0 files changed, 0 insertions, 0 deletions
