turbaszek commented on a change in pull request #7802: Make airflow/providers 
pylint compatible
URL: https://github.com/apache/airflow/pull/7802#discussion_r396082748
 
 

 ##########
 File path: airflow/providers/opsgenie/operators/opsgenie_alert.py
 ##########
 @@ -92,7 +93,7 @@ def __init__(self,
         self.alias = alias
         self.description = description
         self.responders = responders
-        self.visibleTo = visibleTo
+        self.visibleTo = visibleTo  # pylint: disable=invalid-name
 
 Review comment:
   I would be in favor of renaming + note in updating.md

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to