forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-12454][python] Add -l(list) -i(include) and -e(exclude) option…
… 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. This closes apache#8383
- Loading branch information
1 parent
26273d9
commit 478956c
Showing
1 changed file
with
125 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters