From 5ae758d529d56a0e2d0855d71c117debafb09838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 18 Mar 2020 19:47:18 +0100 Subject: [PATCH] add extra badges and code climate to project --- .codeclimate.yml | 19 +++++++++++++++++++ README.md | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..54b94e2 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,19 @@ +engines: + duplication: + enabled: true + config: + languages: + python: + fixme: + enabled: true + markdownlint: + enabled: true + pep8: + enabled: true + radon: + enabled: true +exclude_paths: +- example/** +ratings: + paths: + - snakehouse/** diff --git a/README.md b/README.md index 4ae0e52..f2cc4a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ snakehouse ========== [](https://travis-ci.org/smok-serwis/snakehouse) +[](https://codeclimate.com/github/smok-serwis/snakehouse) +[](https://codeclimate.com/github/smok-serwis/snakehouse) [](https://pypi.python.org/pypi/snakehouse) [](https://badge.fury.io/py/snakehouse) [](https://pypi.python.org/pypi/snakehouse) -- GitLab