Skip to content

Commit

Permalink
fix pylint errors in functional/tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
balamurugana committed May 10, 2020
1 parent 165d3d6 commit a40cf13
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 545 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

check:
@which pylint >/dev/null || pip install --user --upgrade pylint
@if python --version | grep -qi 'python 3'; then pylint --reports=no minio/copy_conditions.py minio/definitions.py minio/helpers.py minio/parsers.py minio/post_policy.py minio/signer.py minio/thread_pool.py minio/__init__.py minio/select; fi
@if python --version | grep -qi 'python 3'; then pylint --reports=no minio/copy_conditions.py minio/definitions.py minio/helpers.py minio/parsers.py minio/post_policy.py minio/signer.py minio/thread_pool.py minio/__init__.py minio/select tests/functional; fi
@if python --version | grep -qi 'python 3'; then pylint --reports=no minio/api.py; fi

@which isort >/dev/null || pip install --user --upgrade isort
Expand Down
Loading

0 comments on commit a40cf13

Please sign in to comment.