Skip to content

Commit 9c75c27

Browse files
authored
add landscape.io linting service (#257)
* add landscape config and badge * add disable no new line after doc string
1 parent a6abf21 commit 9c75c27

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.landscape.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
doc-warnings: yes
2+
test-warnings: yes
3+
strictness: medium
4+
max-line-length: 79
5+
autodetect: yes
6+
ignore-paths:
7+
- ci
8+
- docs
9+
pep257:
10+
disable:
11+
- D202

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pvlib-python
66
[![Coverage Status](https://img.shields.io/coveralls/pvlib/pvlib-python.svg)](https://coveralls.io/r/pvlib/pvlib-python)
77
[![Documentation Status](https://readthedocs.org/projects/pvlib-python/badge/?version=latest)](http://pvlib-python.readthedocs.org/en/latest/)
88
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.50141.svg)](http://dx.doi.org/10.5281/zenodo.50141)
9+
[![Code Health](https://landscape.io/github/pvlib/pvlib-python/master/landscape.svg?style=flat)](https://landscape.io/github/pvlib/pvlib-python/master)
910

1011

1112
PVLIB Python is a community supported tool that provides a set of

0 commit comments

Comments
 (0)