kurron / ansible-role-software-developer

An Ansible playbook that installs tools for software development, regardless of the programming language.
Apache License 2.0
1 stars 0 forks source link

Add Coala to the toolbox #1

Open kurron opened 7 years ago

kurron commented 7 years ago

Coala is a multi-language code analysis tool that might help to improve our Python code.

kurron commented 7 years ago

Installation instructions are pip3 install coala-bears. Unfortunately, pip3 isn't installed in Xenial and there isn't an Ansible module for pip3 yet. I'll have to dedicate more time to solving this.