From 29f887143338ebb87cb02cf0acc913f7884f3097 Mon Sep 17 00:00:00 2001 From: javValverde Date: Wed, 25 Mar 2015 20:10:19 +0100 Subject: [PATCH 1/3] Added landscape batch to README --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 089da250f..13b0d3d6b 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,13 @@ xonsh .. image:: https://travis-ci.org/scopatz/xonsh.svg?branch=master :target: https://travis-ci.org/scopatz/xonsh +.. image:: https://landscape.io/github/javValverde/xonsh/master/landscape.svg?style=flat + :target: https://landscape.io/github/javValverde/xonsh/master + :alt: Code Health + xonsh is a Python-ish, BASHwards-compatible shell language and command prompt. The language is a superset of Python 3.4 with additional shell primitives. xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike. -Please visit http://xonsh.org for more information. \ No newline at end of file +Please visit http://xonsh.org for more information. From 7ab952c41f52f82a40b1ad1bca897c5f1854ba55 Mon Sep 17 00:00:00 2001 From: javValverde Date: Wed, 25 Mar 2015 20:13:23 +0100 Subject: [PATCH 2/3] Added landscape configuration --- .landscape.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .landscape.yaml diff --git a/.landscape.yaml b/.landscape.yaml new file mode 100644 index 000000000..07ab140ba --- /dev/null +++ b/.landscape.yaml @@ -0,0 +1,5 @@ +doc-warnings: yes +test-warnings: yes +strictness: veryhigh +max-line-length: 100 +autodetect: yes From 1e9d0bb223a1b9e3527db66232b10695eff557ae Mon Sep 17 00:00:00 2001 From: javValverde Date: Wed, 25 Mar 2015 20:17:55 +0100 Subject: [PATCH 3/3] Use landscape account from scopatz --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 13b0d3d6b..8d1fbf733 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ xonsh .. image:: https://travis-ci.org/scopatz/xonsh.svg?branch=master :target: https://travis-ci.org/scopatz/xonsh -.. image:: https://landscape.io/github/javValverde/xonsh/master/landscape.svg?style=flat - :target: https://landscape.io/github/javValverde/xonsh/master +.. image:: https://landscape.io/github/scopatz/xonsh/master/landscape.svg?style=flat + :target: https://landscape.io/github/scopatz/xonsh/master :alt: Code Health xonsh is a Python-ish, BASHwards-compatible shell language and command prompt.