From 34b5b5ba58f8746b5c0390b4c79150fb144dc899 Mon Sep 17 00:00:00 2001 From: Michael Misshore Date: Sat, 19 Sep 2015 15:34:32 -0500 Subject: [PATCH 1/2] Add .codeclimate.yml --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..df67882 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,4 @@ +languages: + Ruby: true +exclude_paths: + - lib/penthouse/penthouse.js \ No newline at end of file From 76b4013e3c12572d4a10baa05daa8d9bdb8aebc9 Mon Sep 17 00:00:00 2001 From: Michael Misshore Date: Sat, 19 Sep 2015 15:37:55 -0500 Subject: [PATCH 2/2] Add codeclimate badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cca643f..a61db37 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# critical-path-css-rails +# critical-path-css-rails [![Code Climate](https://codeclimate.com/github/mudbugmedia/critical-path-css-rails/badges/gpa.svg)](https://codeclimate.com/github/mudbugmedia/critical-path-css-rails) Only load the CSS you need for the initial viewport in Rails!