EnglishFrenchSpanish

Ad


OnWorks favicon

gendarme - Online in the Cloud

Run gendarme in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gendarme that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


Gendarme - Rule-based code analysis for Mono.

SYNOPSIS


gendarme [--config configfile] [--set ruleset] [--log file | --xml file | --html file]
[options] assemblies ...

DESCRIPTION


Gendarme is a extensible rule-based tool used to find problems in .NET applications and
libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format
(Mono and .NET) and looks for common problems with the code, problems that compilers do
not typically check or have historically not checked.

OPTIONS


--config configfile
Specify the rule sets and rule settings. Default is 'rules.xml'.

--set ruleset
Specify a rule set from configfile. Defaults to 'default'.

--log file
Save the report, as a text file, to the specified file.

--xml file
Save the report, formatted as XML, to the specified file.

--html file
Save the report, formatted as HTML, to the specified file.

--console
Write the defects on stdout. This is the default (implicit) behavior if none of
--log, --xml, or --html options are specified. If (explicitely) specified then the
defects will be shown on both stdout and inside text/xml/html report(s).

--ignore ignore-file
Do not report defects listed in the specified file.

--limit N
Stop reporting after N defects are found.

--severity [all | audit[+] | low[+|-] | medium[+|-] | high[+|-] | critical[-]],...
Filter the reported defects to include the specified severity levels. Default is
'medium+' (i.e. low and audit levels are ignored).

--confidence [all | low[+] | normal[+|-] | high[+|-] | total[-]],...
Filter the reported defects to include the specified confidence levels. Default is
'normal+' (i.e. low level is ignored).

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

--v|verbose
When present additional progress information is written to stdout. May be used more
than once to write even more info.

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

assemblies ...
Specify the assemblies to verify. You can specify multiple filenames, including
masks (? and *). You can also provide a file that lists several assemblies (one per
line) by prefixing the filename with @ on the command line.

Use gendarme online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad