logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Gendarme Defect To Ignore List

Description

gd2i  is  small  tool  to help you create, or update, an ignore-list baseline from an XML list of defects
       (generated by Gendarme).

Exit Status

0      The tool returns 0 when no error has occurred.

       1      The tool returns 1 if some command-line parameter were not valid.

       2      The  tool  execution  was  interrupted by a non-handled exception. This is likely a bug inside the
              tool and should be reported on Novell's bugzilla (http://bugzilla.novell.com) or on  the  mailing-
              list.

Mailing Lists

       Mailing lists are listed at the http://groups.google.com/group/gendarme

Name

       Gendarme Defect To Ignore List

Options

defects.xml
              The, XML formatted, list of defects produced by Gendarme on your project.

       list.ignore
              The, text, file listing ignored defects entries for your project. If the  file  does  not  already
              exists (i.e. an update) then it will be created.  See gendarme(5) for the format of this file.

       --extra-check
              Report  ignore  entries, from an existing 'list.ignore' file, that does not match any defect, from
              the 'defects.xml' file.

       --syntax-check
              Report syntax error found when processing an existing 'list.ignore' file.

       --quiet
              Used to disable progress and other information which is normally written to stdout.

       --version
              Display the tool's version number. This will match the Mono  version  number  that  this  copy  of
              Gendarme was released with.

       --help Show help about the command-line options.

See Also

gendarme(1),gendarme(5),mono(1)gd2i(Gendarme 4.2.0.0)

Synopsis

gd2idefects.xmllist.ignore[--extra-check][--syntax-check][--quiet][--version][--help]

Web Site

See Also