ashb commented on a change in pull request #14833:
URL: https://github.com/apache/airflow/pull/14833#discussion_r595108997
##########
File path: pylintrc-tests
##########
@@ -389,7 +389,7 @@ min-similarity-lines=4
# Regular expression matching correct argument names. Overrides argument-
# naming-style.
# BasPH: Kept snake_case but allow for 1-char argument names.
-argument-rgx=[a-z_][a-z0-9_]{0,30}$
+argument-rgx=[a-z_][a-z0-9_]{0,32}$
Review comment:
`minimal_app_for_experimental_api` was longer than 30 characters.
----------------------------------------------------------------
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]