summaryrefslogtreecommitdiffstats
path: root/pylint-build-scan.py
Commit message (Collapse)AuthorAgeFilesLines
* Restored 'dogtag.pylintrc' and 'pylint-build-scan.py' to top-level directoryMatthew Harmsen2016-04-071-0/+146
| | | | to promote easier use with patches.
* Move pylint-build-scan.py to scripts directoryChristian Heimes2015-08-141-130/+0
| | | | | | Move internal helper and its configuration out of the project's root directory into scripts/. Also use re instead of fnmatch to find the upgrade scriptlets.
* Rewrite pylint-build-scan as improved Python scriptChristian Heimes2015-08-101-0/+130
The upgrade scripts don't have a .py file extension. For this reason they are not picked up by pylint in tox.ini. Tox doesn't support shell scripting. In order to check all files I rewrote the pylint-build-scan.sh script as Python script.