Skip to content

etotientz/docker-coala-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coala

This image 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.

The cache generated by coala are placed on /cache. You can preserve it by creating a volume for it, like this:

docker run -v=$(pwd):/app -v=/tmp/coala:/cache --workdir=/app coala/base coala --ci

About

coala base docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.9%
  • Python 41.1%