From f3b05426de5d851d8119df1159fffc2d5a2aeccb Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 20 Oct 2017 16:11:27 +0200 Subject: [PATCH] :rocket: Adds CodeClimate --- .codeclimate.yml | 10 ++++++++++ .mdlrc | 1 + 2 files changed, 11 insertions(+) create mode 100644 .codeclimate.yml create mode 100644 .mdlrc diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..25012c19 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,10 @@ +--- +engines: + fixme: + enabled: true + markdownlint: + enabled: true +ratings: + paths: + - "**.md" +exclude_paths: [] diff --git a/.mdlrc b/.mdlrc new file mode 100644 index 00000000..2b0128da --- /dev/null +++ b/.mdlrc @@ -0,0 +1 @@ +rules "~MD024" \ No newline at end of file