Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Jorgensen <ajorgensen@novell.com>2008-01-31 20:04:34 +0300
committerAndrew Jorgensen <ajorgensen@novell.com>2008-01-31 20:04:34 +0300
commit9de757d227454a83fdfdb202d7ba79e0b442817c (patch)
treeac05dd06f003f5af5416bc093222cc8225d032d4 /gendarme/README
parent21f12adb44c6317dfa3172a77b497612084bbcb2 (diff)
Move gendarme into mono-tools
svn path=/trunk/mono-tools/; revision=94478
Diffstat (limited to 'gendarme/README')
-rw-r--r--gendarme/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/gendarme/README b/gendarme/README
new file mode 100644
index 00000000..43a08a5e
--- /dev/null
+++ b/gendarme/README
@@ -0,0 +1,9 @@
+This is the third release of Gendarme which includes a few rules for
+* Concurrency;
+* Correctness;
+* Exceptions;
+* Performance;
+* Portability and
+* Security
+
+Special thanks to Duncan Mak for the Gendarme name and to JB Evain for Cecil.