From 4392d163a1cb686997a7c0c90cafc17cddee2122 Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Wed, 7 Nov 2012 08:36:57 -0600 Subject: [PATCH 1/2] Add codeclimate button to README Add the codeclimate button so users can quickly jump to the code quality metrics. This keeps metasploit-framework inline with other open source ruby projects like https://github.com/rspec/rspec-rails that also uses the codeclimate button. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33c3172a42..58c166bd0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Metasploit +[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/rapid7/metasploit-framework) == The Metasploit Framework is released under a BSD-style license. See COPYING for more details. From 5dceda279a465ee9c4f2b3fc256a6257d3d9cddc Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Wed, 7 Nov 2012 08:48:48 -0600 Subject: [PATCH 2/2] Fix alignment of button and header --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 58c166bd0d..4b8c0c1b15 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -Metasploit -[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/rapid7/metasploit-framework) +Metasploit [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/rapid7/metasploit-framework) == The Metasploit Framework is released under a BSD-style license. See COPYING for more details.