sunjincheng121 opened a new pull request #8383: [FLINK-12454][python] Add -l(list) -i(include) and -e(exclude) option… URL: https://github.com/apache/flink/pull/8383 ## What is the purpose of the change Currently, int-python.sh has Python compatibility checks and code style checks. By default, all checks will be executed by default. In the development stage, only code styles check required in some case. Therefore, in this JIRA, the specified check item parameters are added for lint-python.sh. ## Brief change log - Add -l(list) option, will list all checks supported. - Add -e(exclude) option, exclude checks which split by comma(,) e.g. -e tox,flake8 - Add -i(include) option, include checks which split by comma(,) to exec e.g. -i flake8. It will be mutually with the option -e ## Verifying this change This change is only about a script tool and without any test coverage. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): ( no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no) - The serializers: (no) - The runtime per-record code paths (performance sensitive): (no) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no ) - The S3 file system connector: ( no) ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? ( not documented)
---------------------------------------------------------------- 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] With regards, Apache Git Services
