aboutsummaryrefslogtreecommitdiff
path: root/dev_scripts
AgeCommit message (Collapse)Author
2018-07-18dev_scripts/pylint: fix default pathSergei Trofimov
Fix the default scan path used if one has not been specified.
2018-07-10dev_scripts: pylint: check both Python VersionsSergei Trofimov
Check both "python" and "python3" for the pylint package, as it is possible that pylint will be installed via Python 3 on Python 2 systems.
2018-07-09dev_scripts: port pylint plugins to Python 3Sergei Trofimov
2018-07-06dev_scripts/pep8: Update error message to flake8Marc Bonnici
2018-07-06dev_scripts: pylint fixesSergei Trofimov
- Add "set -e" to abort on error - Update the required version - Fix path for the "default" runs
2018-07-06dev_scripts: pylint: ignore errors per subdirSergei Trofimov
Add the ability to ignore specific pylint errors on per-subpackage or per-module basis by adding a plugin that checks the path of the module against pre-defined sub-paths and inserts disable tags as needed.
2018-07-06dev_scripts: switch from pep8 to flake8Sergei Trofimov
The pep8 code checker is deprecated and will be removed in the future. Switch to using its successor, flake8. Also, add a couple of more entries to ignored exceptions.
2018-07-04dev_scripts: rename copyright_updaterSergei Trofimov
Rename copyright_updater to update_copyrights in order to mach the naming convention of other scripts.
2018-07-04dev_scripts: enhance copyright updaterSergei Trofimov
- Expand the types for files it checks to include Java, C, and shell scripts. - Add exclusion paths. - Add copyright header to files that don't already have one but should.
2018-06-27dev_scripts: add copyright_updaterNicholas Thoelke
Add copyright_updater script which checks Python files to ensure their copyright is up to date with its last modification.
2018-05-21dev_scripts/dev8: Update to use WA3 pathsMarc Bonnici
2017-12-07Fix pylint for wlauto -> waBrendan Jackman
2017-11-24dev_scripts: add rebuild_all_uiautoSergei Trofimov
Add a script to rebuild UIAutomator APKs for all workloads that have them. This is usefull to ensure they all use the latest uiauto.arr after making changes to it.
2015-12-09Updated pylint for v1.5.1Sebastian Goscik
Fixed WA for the latest version of pylint (1.5.1)
2015-06-09Adding daqpower package to static checkers.Sergei Trofimov
2015-03-18Fixed dev_scripts/get_apk_versions.Sergei Trofimov
It was relying on a distmanagement module that no longer exists. The required functionality from that module is now part of the script.
2015-03-10Initial commit of open source Workload Automation.Sergei Trofimov