summaryrefslogtreecommitdiffstats
path: root/pylint-build-scan.py
Commit message (Collapse)AuthorAgeFilesLines
* Misc pylint, flake8 and tox fixesChristian Heimes2017-03-311-0/+1
|
* Added cascading configuration for PKI CLI.Endi S. Dewata2017-03-151-12/+1
| | | | | | | | | The PKI CLI has been modified to support cascading configuration files: default, system-wide, and user-specific configuration. The existing Python-based PKI CLI was moved into pki.cli.main module. A new shell script was added as a replacement which will read the configuration files and invoke the Python module.
* 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.