We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eff65 commit d839e4fCopy full SHA for d839e4f
.codeclimate.yml
@@ -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
@@ -14,6 +14,11 @@ jira-dumper
14
:target: http://mypy-lang.org/
15
:alt: Checked with mypy
16
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
22
Allows for hopefully easy and simple data dumps from Jira servers
23
24
##################################################################
0 commit comments