coala: Add missing bear to the Docker image
coala provides a Docker image that has coala (coala-analyzer.org) and all official bears and dependencies installed so it can be used for any code analysis supported by coala.
Instructions on how to use this image with Continuous Integration systems like GitLab CI and Travis CI are available in the user manual.
CSharpLintBear has been disabled intentionally.
There are three other bears which are not currently supported by the docker image, and have been disabled
- InferBear : https://github.com/coala/docker-coala-base/issues/14
- VHDLLintBear : https://github.com/coala/docker-coala-base/issues/71
- VerilogLintBear : https://github.com/coala/docker-coala-base/issues/39
This task is to add the dependency to the Docker image, and re-enable the relevant tests (see https://github.com/coala/docker-coala-base/commit/6e9f38b9e453).
Submit a pull request, or explain on the issue what new strategy you attempted and why it failed with links to your Travis build log showing the problem.