You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nirbheek Chauhan
9bc07a0941
Fix several more lint errors
Found by Igor Gnatenko
************* Module mesonbuild.interpreter
E:1232,33: No value for argument 'interp' in constructor call (no-value-for-parameter)
************* Module mesonbuild.dependencies
E: 68, 4: An attribute defined in mesonbuild.dependencies line 39 hides this method (method-hidden)
************* Module mesonbuild.environment
E: 26, 0: class already defined line 19 (function-redefined)
E: 68,18: Undefined variable 'InterpreterException' (undefined-variable)
E:641,39: Undefined variable 'want_cross' (undefined-variable)
E:850,94: Undefined variable 'varname' (undefined-variable)
E:854,94: Undefined variable 'varname' (undefined-variable)
E:860,102: Undefined variable 'varname' (undefined-variable)
E:863,94: Undefined variable 'varname' (undefined-variable)
************* Module mesonbuild.modules.gnome
E:438,26: Undefined variable 'compilers' (undefined-variable)
|
8 years ago |
.. |
__init__.py
|
fix some of pylint's undefined-variable
|
8 years ago |
gnome.py
|
Fix several more lint errors
|
8 years ago |
i18n.py
|
Allow passing arguments to install scripts
|
8 years ago |
modtest.py
|
…
|
|
pkgconfig.py
|
…
|
|
qt4.py
|
Qt: Allow passing a name arg to preprocess()
|
8 years ago |
qt5.py
|
Qt: Allow passing a name arg to preprocess()
|
8 years ago |
rpm.py
|
fix some of pylint's undefined-variable
|
8 years ago |
windows.py
|
…
|
|