Skip to content

Commit

Permalink
add landscape.io linting service (#257)
Browse files Browse the repository at this point in the history
* add landscape config and badge

* add disable no new line after doc string
  • Loading branch information
wholmgren committed Oct 22, 2016
1 parent a6abf21 commit 9c75c27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .landscape.yml
@@ -0,0 +1,11 @@
doc-warnings: yes
test-warnings: yes
strictness: medium
max-line-length: 79
autodetect: yes
ignore-paths:
- ci
- docs
pep257:
disable:
- D202
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@ pvlib-python
[![Coverage Status](https://img.shields.io/coveralls/pvlib/pvlib-python.svg)](https://coveralls.io/r/pvlib/pvlib-python)
[![Documentation Status](https://readthedocs.org/projects/pvlib-python/badge/?version=latest)](http://pvlib-python.readthedocs.org/en/latest/)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.50141.svg)](http://dx.doi.org/10.5281/zenodo.50141)
[![Code Health](https://landscape.io/github/pvlib/pvlib-python/master/landscape.svg?style=flat)](https://landscape.io/github/pvlib/pvlib-python/master)


PVLIB Python is a community supported tool that provides a set of
Expand Down

0 comments on commit 9c75c27

Please sign in to comment.