#!/bin/bash
# Filename of the FNA assembly output
ASSEMBLYNAME=
"../bin/Debug/FNA.dll"
# Move to script's directory
cd
"`dirname "
$0
"`"
# Run Gendarme using the FNA ruleset
gendarme --ignore fna.ignore --html gendarme.html $ASSEMBLYNAME
Download this file