Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #5310: Added a size check to third party folder to prevent brea…
…ching the 10k … (#5743) * Added a size check to third party folder to prevent braching the 10k files limit on AppEngine * Changed third party size check from .travis.yaml to scripts.run_presubmit_checks.sh and solved documentation mistakes as suggested by kevinlee12 * Deleted run_third_party_size_check.sh and directly call third_party_size_check.py from run_presubmit_checks.py as suggested by kevinlee12 * Deleted unnecessary disable pylint import order on scripts.third_party_size_check.py * Moved third_party_size_check.py to .travis.yaml to execute in the same container as lint checks * Remove raises from _check_third_party_size method docstring as sugested by apb7 in scripts.third_party_size_check.py * Made some scripts.third_party_size_check docstrings more specific as suggested by kevinlee12 * Changed check results to print the third party size check on scripts.third_party_size_check.py as suggested by kevinlee12 * Made some improvements on scripts.third_party_size_check.py as suggested by seanlip * Made some improvements on scripts.third_party_size_check.py as suggested by seanlip
- Loading branch information