Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icoz/habraparse.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricoz <icoz.vt@gmail.com>2016-12-23 01:05:43 +0300
committericoz <icoz.vt@gmail.com>2016-12-23 01:05:59 +0300
commitd519e4d8343982715cdc140030e8d2deec8c115f (patch)
tree045e922c49838dd1fad008e4b84d1f3dd3ab8a8a
parent6770beb84db5f24e8033aeb19f4bd75bfd1764cd (diff)
added CodeClimate support
-rw-r--r--.codeclimate.yml15
-rw-r--r--README.md2
2 files changed, 17 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 0000000..fa5b098
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,15 @@
+---
+engines:
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - python
+ fixme:
+ enabled: true
+ radon:
+ enabled: true
+ratings:
+ paths:
+ - "**.py"
+exclude_paths: []
diff --git a/README.md b/README.md
index 3765f15..afbc220 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# habraparse
[![Build Status](https://travis-ci.org/icoz/habraparse.svg?branch=master)](https://travis-ci.org/icoz/habraparse)
+[![Code Climate](https://codeclimate.com/github/icoz/habraparse/badges/gpa.svg)](https://codeclimate.com/github/icoz/habraparse)
+[![Issue Count](https://codeclimate.com/github/icoz/habraparse/badges/issue_count.svg)](https://codeclimate.com/github/icoz/habraparse)
Парсер для проектов Habrahabr.ru и Geektimes.ru