diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-05-05 08:16:51 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-05-05 08:16:51 -0400 |
commit | 23ae3d201af82292ad4e939569a50f2e32c689a3 (patch) | |
tree | 96c1f029b0a5541c63a97a42bd9006c73c532038 /examples/bcfg2-lint.conf | |
parent | 9d68095482ffe50fd0f86ab6119fc55064dcb56f (diff) | |
download | bcfg2-23ae3d201af82292ad4e939569a50f2e32c689a3.tar.gz bcfg2-23ae3d201af82292ad4e939569a50f2e32c689a3.tar.bz2 bcfg2-23ae3d201af82292ad4e939569a50f2e32c689a3.zip |
made bcfg2-lint error handling configurable on a much more granular level
Diffstat (limited to 'examples/bcfg2-lint.conf')
-rw-r--r-- | examples/bcfg2-lint.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/bcfg2-lint.conf b/examples/bcfg2-lint.conf index 96b86af3b..abf969496 100644 --- a/examples/bcfg2-lint.conf +++ b/examples/bcfg2-lint.conf @@ -1,9 +1,16 @@ [lint] plugins=Duplicates,InfoXML,Bundles,Comments,RequiredAttrs,Validate +[errors] +no-infoxml=error +paranoid-false=error +properties-schema-not-found=silent +inconsistent-bundle-name=error +keywords-not-found=error +comments-not-found=error + [InfoXML] required_attrs = owner,group,perms,paranoid -require_paranoid = True [Comments] global_keywords = Id @@ -16,4 +23,3 @@ probe_comments = Maintainer,Purpose,Groups,Other Output [Validate] schema=/usr/share/bcfg2/schema -properties_schema=warn |