From 0d6af27cef01c4b93bd9645581bf624398334c54 Mon Sep 17 00:00:00 2001 From: Daniel Roschka Date: Fri, 12 Jun 2015 14:50:20 +0200 Subject: [PATCH] Adds a configuration file for static code analysis using Landscape.io. --- .landscape.yml | 4 ++++ README.markdown | 1 + 2 files changed, 5 insertions(+) create mode 100644 .landscape.yml diff --git a/.landscape.yml b/.landscape.yml new file mode 100644 index 0000000..59b6201 --- /dev/null +++ b/.landscape.yml @@ -0,0 +1,4 @@ +doc-warnings: yes +test-warnings: yes +uses: + - django diff --git a/README.markdown b/README.markdown index 723fbe1..eb435e7 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,7 @@ # Binder # [![Build Status](https://travis-ci.org/jforman/binder.svg?branch=master)](https://travis-ci.org/jforman/binder) +[![Code Health](https://landscape.io/github/jforman/binder/master/landscape.svg?style=flat)](https://landscape.io/github/jforman/binder/master) A Django web application for viewing and editing BIND DNS zone records.