diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-05-17 15:46:57 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-05-17 15:46:57 -0400 |
commit | 783ff2f7d1cc5d9f88404e62a9f114a36971dede (patch) | |
tree | 72b72fbef513a1444754055a722a24364146930d /examples | |
parent | f970766302ed3408134271e4cf463e7e722d9a87 (diff) | |
download | bcfg2-783ff2f7d1cc5d9f88404e62a9f114a36971dede.tar.gz bcfg2-783ff2f7d1cc5d9f88404e62a9f114a36971dede.tar.bz2 bcfg2-783ff2f7d1cc5d9f88404e62a9f114a36971dede.zip |
added bcfg2-lint MergeFiles plugin to suggest config files and probes
that are very similar and could be merged
added text wrapping to bcfg2-lint error handling
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bcfg2-lint.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/bcfg2-lint.conf b/examples/bcfg2-lint.conf index abf969496..9c0d2c72a 100644 --- a/examples/bcfg2-lint.conf +++ b/examples/bcfg2-lint.conf @@ -1,5 +1,5 @@ [lint] -plugins=Duplicates,InfoXML,Bundles,Comments,RequiredAttrs,Validate +plugins=Duplicates,InfoXML,Bundles,Comments,RequiredAttrs,Validate,MergeFiles [errors] no-infoxml=error @@ -23,3 +23,6 @@ probe_comments = Maintainer,Purpose,Groups,Other Output [Validate] schema=/usr/share/bcfg2/schema + +[MergeFiles] +threshold=85 |