summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/Bundler.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.
* doc: Fix 1.4.0pre1 release notesSol Jerome2014-06-161-2/+2
| | | | 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/+55