You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/14 14:19:35 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #13670: Treat default value in HostnameCallable rule as good one

kaxil commented on a change in pull request #13670:
URL: https://github.com/apache/airflow/pull/13670#discussion_r557427326



##########
File path: airflow/upgrade/rules/hostname_callable_rule.py
##########
@@ -24,10 +24,15 @@
 class HostnameCallable(BaseRule):
     title = "Unify hostname_callable option in core section"
 
-    description = ""
+    description = "hostname_callable option is using now only dots instead of dots and colons"

Review comment:
       ```suggestion
       description = "hostname_callable option is now only using dots instead of dots and colons"
   ```




----------------------------------------------------------------
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:
users@infra.apache.org