gendarme(1)
NAME
Gendarme - Rule-based assembly verifier
SYNOPSIS
gendarme [--config configfile] [--set ruleset] [--log file | --xml file | --html file] [--quiet] [--debug] assemblies ...
DESCRIPTION
gendarme is a rule-based assembly verifier.
OPTIONS
- --config configfile
- Specify the configuration file. Default is 'rules.xml'.
- --set ruleset
- Specify the set of rules to verify. Default is '*'.
- --log file
- Save the text output to the specified file.
- --xml file
- Save the output, formatted as XML, to the specified file.
- --html file
- Save the output, formatted as HTML, to the specified file.
- --quiet
- Display minimal output (results) from the runner.
- --debug
- Enable debugging output.
- assemblies ...
- Specify the assemblies to verify. You can specify multiple filenames, including masks (? and *). You can also provide a file that list several assemblies (one by line) by prefixing the filename with @ on the command line.
FILES
- rules.xml
- This files contains a list of all the rulesets available to Gendarme. Each ruleset includes a list of assemblies in which some, or all, rules can be verified (include) or not (exclude).
COPYRIGHT
Copyright (C) 2005-2006 Novell, Inc (http://www.novell.com)
MAILING LISTS
Mailing lists are listed at the http://www.mono-project.com/Mailing_Lists
WEB SITE
http://www.mono-project.com/Gendarme