summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/Comments.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-11/+84
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/SSLServer.py src/lib/Bcfg2/Utils.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-test src/sbin/bcfg2-yum-helper tools/bcfg2-profile-templates.py
| * Options: migrated bcfg2-lint to new parserChris St. Pierre2013-06-271-11/+85
|/
* Changing order of logicJason Kincl2013-05-291-2/+2
|
* Comments: Fix lint check so that it only runs if using clients.xmlJason Kincl2013-05-291-3/+4
|
* doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-20/+101
|
* Lint: Fix Properties Comments checkerSol Jerome2013-05-131-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed checking Genshi templates for comments (#1141)Chris St. Pierre2013-02-141-1/+1
|
* fixed names of bcfg2-lint comment typesChris St. Pierre2012-10-301-3/+3
|
* expanded pylint testsChris St. Pierre2012-09-251-26/+12
|
* allow xinclude files to be missing if xi:fallback is providedChris St. Pierre2012-07-241-2/+3
|
* fixed more bcfg2-lint plugins for Cfg modularizationChris St. Pierre2012-05-091-15/+17
|
* 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/+6
| | | | use custom plugins
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+187
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>