Adds a configuration file for static code analysis using Landscape.io.

This commit is contained in:
Daniel Roschka 2015-06-12 14:50:20 +02:00
parent cbbc5f08c0
commit 0d6af27cef
2 changed files with 5 additions and 0 deletions

4
.landscape.yml Normal file
View File

@ -0,0 +1,4 @@
doc-warnings: yes
test-warnings: yes
uses:
- django

View File

@ -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.