summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/Pkgmgr.py
Commit message (Collapse)AuthorAgeFilesLines
* Lint: fix default value for lint_pluginsAlexander Sulfrian2014-10-301-0/+1
| | | | | | | | | | | | | | This is a bit tricky because we need the enabled server plugins for the default value. To have these available before parsing lint_plugins the server plugins needs to be parsed during early parsing mode. Additional there are lint plugins that has no matching server plugin. To identify them, this adds a reference from the lint plutins to the name of the matching server plugins in the member variable __serverplugin__. If this variable is None the plugin is always used. If a lint plugin could not be imported (maybe because of a missing dependency) the plugin is ignored and not considered as a default value.
* Pylint/PEP8 fixesSol Jerome2013-09-061-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-0/+3
|
* Options: migrated bcfg2-lint to new parserChris St. Pierre2013-06-271-0/+46
|
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-38/+0
|
* fixed bcfg2-lint --show-errorsChris St. Pierre2012-05-031-1/+2
|
* changed the way bcfg2-lint errors are loaded to make it easier to write and ↵Chris St. Pierre2012-04-201-1/+3
| | | | use custom plugins
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+35
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>