Merge pull request #38 from Dunedan/landscape.io-support

Adds a configuration file for static code analysis using Landscape.io.
This commit is contained in:
Jeffrey Forman 2015-06-12 20:23:01 -04:00
commit ec85c465d8
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.