summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/TemplateHelper.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.
* bcfg2-lint: Fixed TemplateHelper lint pluginChris St. Pierre2014-01-071-3/+5
|
* bcfg2-lint: better checks for TemplateHelper __default__ stuffChris St. Pierre2013-11-111-1/+15
| | | | | | | * Check to ensure that no symbols use reserved words, which are different for __default__ than for __export__ * Check to ensure that symbols aren't listed in both __default__ and __export__
* bcfg2-lint: Fixed name of TemplateHelper lint pluginChris St. Pierre2013-09-091-1/+1
|
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-0/+3
|
* Options: migrated bcfg2-lint to new parserChris St. Pierre2013-06-271-0/+77
|
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-64/+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-0/+8
| | | | use custom plugins
* added TemplateHelper plugin for bcfg2-lintChris St. Pierre2012-04-201-0/+55