troeger / fuzzed

The Open Reliability Editor (ORE) for dependability modeling and analysis.
https://live.ore-project.org
21 stars 9 forks source link

Add Python lint configuration for Prospector #111

Closed rakhimov closed 6 years ago

rakhimov commented 7 years ago

Prospector (Landscape) integrates various Python linting tools (pylint, flakes, dodgy, etc.) to ensure continuous code quality.

For integration with GitHub, the project needs to be registered with https://landscape.io

This should help with gradual transition to Python 3 as well (#60).

troeger commented 6 years ago

Tried it out, will use https://scrutinizer-ci.com instead. Thanks for the hint.