diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-05-17 15:46:57 -0400 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-06-14 12:36:45 -0500 |
commit | b7234fe39d1f25eb55320fed8491781aef1ed9fe (patch) | |
tree | efbe27f8d74fc2c5c6af0e00f79e615413759fbd /examples | |
parent | a19c87f8dc03132e7257a539c7e486b9c9298aff (diff) | |
download | bcfg2-b7234fe39d1f25eb55320fed8491781aef1ed9fe.tar.gz bcfg2-b7234fe39d1f25eb55320fed8491781aef1ed9fe.tar.bz2 bcfg2-b7234fe39d1f25eb55320fed8491781aef1ed9fe.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 |