summaryrefslogtreecommitdiffstats
path: root/examples/bcfg2-lint.conf
blob: 5f49ab0570c218181a0e7a0a71bb0f81b6147242 (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
29
[lint]
plugins=InfoXML,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
genshibundler_comments = Properties,Probes,Description
properties_comments = Template,Format
genshi_comments = Maintainer,Properties,Probes,Description
cheetah_comments = Maintainer,Properties,Probes,Description
cfg_comments =
cfg_keywords =
probe_comments = Maintainer,Purpose,Groups,Other Output

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

[MergeFiles]
threshold=85