[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Hans' pylint wip



HI,

Here is my pylint wip, consisting of a script to run pylint and a false-positives filter file. Drop both in your anaconda dir,
chmod +x runpylint.sh and then ./runpylint.sh

Regards,

Hans
^F0401:[ 0-9]*: Unable to import 'gtk.gdk' \(No module named gdk\)$
^F0401:[ 0-9]*: Unable to import 'repomd.mdErrors' \(No module named repomd\)$
^E1101:[ 0-9]*:.*: Class 'vbox' has no 'pack_start' member$
^E1101:[ 0-9]*:.*: Instance of 'WideCheckList' has no 'get_model' member$
^E1101:[ 0-9]*:.*: Instance of 'WideCheckList' has no 'get_column' member$
^E1101:[ 0-9]*:.*: Instance of 'WideCheckList' has no 'set_expander_column' member$
^E1101:[ 0-9]*:.*: Instance of 'WideCheckList' has no 'append_row' member$
^E1101:[ 0-9]*:.*: Instance of 'WideCheckList' has no 'store' member$
^E1101:[ 0-9]*:.*: Instance of 'WideCheckList' has no 'set_size_request' member$
^E1103:[ 0-9]*:.*: Instance of 'str' has no '.*' member \(but some types could not be inferred\)$
^E1101:[ 0-9]*:AnacondaTZMap.selectionChanged: Instance of 'Enum' has no 'ENTRY' member$
Note this last line must never end with a newline

Attachment: runpylint.sh
Description: Bourne shell script


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]