Pi2-FGABreja/FGABrejaWeb

View on GitHub
.landscape.yml

Summary

Maintainability
Test Coverage
doc-warnings: yes
test-warnings: no
strictness: veryhigh
uses:
  - django
pep8:
  full: true
pylint:
  run: true
mccabe:
  max-complexity: 5
  run: true
autodetect: yes
requirements:
  - requirements.txt
# ignore-paths:
#   - models/models.py
ignore-patterns:
  - (^|/).*_test\.py(/|$)