From be2bcc4e62e5980896c411ad1e1418b9c161a8e5 Mon Sep 17 00:00:00 2001 From: mrb Date: Tue, 8 Sep 2015 13:20:03 -0400 Subject: [PATCH 1/2] Add .codeclimate.yml --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..5bbe870a --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,3 @@ +engines: + foodcritic: + enabled: true From 440c8ffd46610827299580bde6d622d2b1ed14fc Mon Sep 17 00:00:00 2001 From: Michael Bernstein Date: Tue, 8 Sep 2015 13:24:41 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 609dae45..19504d4c 100644 --- a/README.md +++ b/README.md @@ -407,3 +407,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +