mirror of
https://github.com/mandiant/capa.git
synced 2026-01-07 10:50:37 -08:00
@@ -49,7 +49,7 @@ def green(s):
|
||||
return termcolor.colored(s, "green")
|
||||
|
||||
|
||||
class Lint(object):
|
||||
class Lint:
|
||||
WARN = orange("WARN")
|
||||
FAIL = red("FAIL")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user