Skip to content

Commit d839e4f

Browse files
committed
added code climate to project
1 parent e6eff65 commit d839e4f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.codeclimate.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: "2"
2+
plugins:
3+
duplication:
4+
enabled: true
5+
config:
6+
languages:
7+
python:
8+
python_version: 3

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jira-dumper
1414
:target: http://mypy-lang.org/
1515
:alt: Checked with mypy
1616

17+
18+
.. image:: https://img.shields.io/codeclimate/maintainability/LatvianPython/jira-dumper
19+
:target: https://codeclimate.com/github/LatvianPython/jira-dumper
20+
:alt: Code Climate maintainability
21+
1722
Allows for hopefully easy and simple data dumps from Jira servers
1823

1924
##################################################################

0 commit comments

Comments
 (0)