Skip to content

Commit

Permalink
Add Landscap.io into project (#27)
Browse files Browse the repository at this point in the history
* Add Landscap.io into project

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>

* Remove typo caused by additing in vim.

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek authored and TomasTomecek committed Jul 31, 2017
1 parent 7c32d62 commit ea9d224
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .landscape.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Include warnings about missing documentation?
doc-warnings: False

# Include warnings about tests?
test-warnings: True

# tests stricktness
strictness: medium

pylint:
options:
max-line-length: 120

# autodetect dependencies?
autodetect: True

# paths to be ignored
ignore-paths:
- docs
- setup.py
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Code Health](https://landscape.io/github/fedora-modularity/meta-test-family/master/landscape.svg?style=flat)](https://landscape.io/github/fedora-modularity/meta-test-family/master)

Modularity testing framework (MTF) is a tool to test components of [a modular Fedora](https://docs.pagure.org/modularity/).

For more information, check out the documentation page:
Expand Down

0 comments on commit ea9d224

Please sign in to comment.