Enable pylint in NG-SA
Change-Id: Icd02cdb18d2a014f75e78e5ba527ca6ede550178
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_webhook_translator/setup.py b/osm_webhook_translator/setup.py
index 3323757..9cdff36 100644
--- a/osm_webhook_translator/setup.py
+++ b/osm_webhook_translator/setup.py
@@ -30,7 +30,7 @@
name=_name,
description=_description,
long_description=README,
- version=__version__, # noqa: F821
+ version=__version__, # noqa: F821 # pylint: disable=E0602
author="ETSI OSM",
author_email="osmsupport@etsi.org",
maintainer="ETSI OSM",