Skip to content

Commit 2d213e5

Browse files
author
Joe Hamman
committed
add landscape.yml config file and landscape badge to readme
1 parent 1ec0e35 commit 2d213e5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.landscape.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
doc-warnings: yes
2+
test-warnings: yes
3+
strictness: medium
4+
max-line-length: 79
5+
autodetect: yes
6+
ignore-paths:
7+
- ci
8+
- doc
9+
- examples
10+
- LICENSES
11+
- notebooks
12+
pylint:
13+
disable:
14+
- dangerous-default-value

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ xray: N-D labeled arrays and datasets
77
:target: https://ci.appveyor.com/project/shoyer/xray
88
.. image:: https://coveralls.io/repos/xray/xray/badge.svg
99
:target: https://coveralls.io/r/xray/xray
10+
.. image:: https://landscape.io/github/xray/xray/master/landscape.svg?style=flat
11+
:target: https://landscape.io/github/xray/xray/master
1012
.. image:: https://img.shields.io/pypi/v/xray.svg
1113
:target: https://pypi.python.org/pypi/xray/
1214
.. image:: https://badges.gitter.im/Join%20Chat.svg

0 commit comments

Comments
 (0)