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:
commit
ec85c465d8
|
@ -0,0 +1,4 @@
|
||||||
|
doc-warnings: yes
|
||||||
|
test-warnings: yes
|
||||||
|
uses:
|
||||||
|
- django
|
|
@ -1,6 +1,7 @@
|
||||||
# Binder #
|
# Binder #
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/jforman/binder.svg?branch=master)](https://travis-ci.org/jforman/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.
|
A Django web application for viewing and editing BIND DNS zone records.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue