1
2gd2i(Gendarme 4.2.0.0) gd2i(Gendarme 4.2.0.0)
3
4
5
7 Gendarme Defect To Ignore List
8
10 gd2i defects.xml list.ignore [--extra-check] [--syntax-check] [--quiet]
11 [--version] [--help]
12
14 gd2i is small tool to help you create, or update, an ignore-list base‐
15 line from an XML list of defects (generated by Gendarme).
16
18 defects.xml
19 The, XML formatted, list of defects produced by Gendarme on your
20 project.
21
22 list.ignore
23 The, text, file listing ignored defects entries for your
24 project. If the file does not already exists (i.e. an update)
25 then it will be created. See gendarme(5) for the format of this
26 file.
27
28 --extra-check
29 Report ignore entries, from an existing 'list.ignore' file, that
30 does not match any defect, from the 'defects.xml' file.
31
32 --syntax-check
33 Report syntax error found when processing an existing
34 'list.ignore' file.
35
36 --quiet
37 Used to disable progress and other information which is normally
38 written to stdout.
39
40 --version
41 Display the tool's version number. This will match the Mono ver‐
42 sion number that this copy of Gendarme was released with.
43
44 --help Show help about the command-line options.
45
47 0 The tool returns 0 when no error has occurred.
48
49 1 The tool returns 1 if some command-line parameter were not
50 valid.
51
52 2 The tool execution was interrupted by a non-handled exception.
53 This is likely a bug inside the tool and should be reported on
54 Novell's bugzilla (http://bugzilla.novell.com) or on the mail‐
55 ing-list.
56
58 Copyright (C) 2010 Novell, Inc (http://www.novell.com)
59
61 Mailing lists are listed at the http://groups.google.com/group/gendarme
62
64 http://www.mono-project.com/Gendarme
65
67 gendarme(1),[22mgendarme(5),mono(1)
68
69
70
71 gd2i(Gendarme 4.2.0.0)