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/03/16 12:10:24 UTC

[GitHub] [airflow] ashb commented on a change in pull request #14833: Speed up tests/api/ from 20s down to 6s

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