mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix pylint
This commit is contained in:
parent
09141163b4
commit
b2adabd59e
@ -12,5 +12,4 @@ function xargs-pylint {
|
||||
|
||||
# exclude ci unittest scripts from check: test_*
|
||||
find "$ROOT_PATH/tests" -maxdepth 2 -type f -exec file -F' ' --mime-type {} + | grep -v "/test_" | xargs-pylint 50
|
||||
# Beware, there lambdas are checked. All of them contain `app`, and it causes brain-cucumber-zalgo
|
||||
find "$ROOT_PATH/tests/ci" -mindepth 2 -type f -exec file -F' ' --mime-type {} + | xargs-pylint 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user