uranusjr commented on code in PR #44908:
URL: https://github.com/apache/airflow/pull/44908#discussion_r1885993222
##########
airflow/cli/cli_config.py:
##########
@@ -1733,6 +1750,18 @@ class GroupCommand(NamedTuple):
ARG_VERBOSE,
),
),
+ ActionCommand(
+ name="lint",
+ help="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.x to Airflow 3.0",
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]