summaryrefslogtreecommitdiffstats
path: root/examples/bcfg2-lint.conf
blob: 9c0d2c72ae2c49cafb7dcc32b6ee8870a2eaaa68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[lint]
plugins=Duplicates,InfoXML,Bundles,Comments,RequiredAttrs,Validate,MergeFiles

[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

[Comments]
global_keywords = Id
sgenshi_comments = Properties,Probes,Description
properties_comments = Template,Format
tgenshi_comments = Maintainer,Properties,Probes,Description
cfg_comments = 
cfg_keywords =
probe_comments = Maintainer,Purpose,Groups,Other Output

[Validate]
schema=/usr/share/bcfg2/schema

[MergeFiles]
threshold=85