Original report:
************* Module gef
W:2774, 0: TODO: add more customizable items (fixme)
W:100, 0: Anomalous backslash in string: '\-'. String constant might be missing an r prefix. (anomalous-backslash-in-string)
C:173, 0: Exactly one space required around comparison
if len(sys.argv)==2 and sys.argv[1]=="--update":
^^ (bad-whitespace)
C:173, 0: Exactly one space required around comparison