fna-workbench

fna-workbench Git Source Tree


Root/gendarme/runGendarme.sh

1
2
3
4
5
6
7
8
9
10
#!/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

Archive Download this file

Branches

Number of commits:
Page rendered in 0.08243s using 11 queries.