summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/MergeFiles.py
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Generalize is_string from POSIX/FileAlexander Sulfrian2015-07-221-7/+3
| | | | | | is_string from POSIX/File could be used in other situations, too. So we move it to Utils, use it from Lint/MergeFiles and replace a custom is_binary function.
* Lint/MergeFiles: Ignore binary filesAlexander Sulfrian2015-07-211-0/+7
| | | | | Ignore files with binary content, because SequenceMatcher seems to have problems and sometimes detect files with different content as identically.
* bcfg2-lint: Fixed bugs in MergeFiles, added check for identical filesChris St. Pierre2013-09-091-21/+56
|
* Pylint/PEP8 fixesSol Jerome2013-09-061-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-4/+4
|
* Options: migrated bcfg2-lint to new parserChris St. Pierre2013-06-271-16/+22
|
* Lint: Fix for python 3Sol Jerome2013-05-111-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* expanded pylint testsChris St. Pierre2012-09-251-9/+20
|
* fixed MergeFiles bcfg2-lint pluginChris St. Pierre2012-05-091-1/+4
|
* 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-2/+6
| | | | use custom plugins
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+69
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>