uranusjr commented on code in PR #50556: URL: https://github.com/apache/airflow/pull/50556#discussion_r2141665636
########## airflow-ctl/src/airflowctl/ctl/cli_config.py: ########## @@ -643,6 +678,22 @@ def merge_commands( ), ) +CONFIG_COMMANDS = ( + ActionCommand( + name="lint", + help="Lint options for the configuration changes while migrating from Airflow 2.x to Airflow 3.0", + description="Lint options for the configuration changes while migrating from Airflow 2.x to Airflow 3.0", Review Comment: ```suggestion help="Lint options for the configuration changes while migrating from Airflow 2 to Airflow 3", description="Lint options for the configuration changes while migrating from Airflow 2 to Airflow 3", ``` -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org