docker-coala-base
docker-coala-base copied to clipboard
coala base docker image
... to prevent installation from corrupted sources.
As of ~30 mins ago, the build has been halting: ``` Installing ethon 0.10.1 Installing pg_query 0.9.2 with native extensions No output has been received in the last 10m0s, this...
The list of files installed by npm is: * node_modules/split2 * __node_modules/split2/.index.js.un~__ * node_modules/split2/index.js * node_modules/split2/test.js * node_modules/split2/.travis.yml * __node_modules/split2/.README.md.un~__ * __node_modules/split2/.test.js.un~__ * node_modules/split2/README.md * __node_modules/split2/.package.json.un~__ * node_modules/split2/.npmignore * node_modules/split2/package.json...
When installed with npm, node_modules iis: ``` $ du -s node_modules/ 126944 node_modules/ ``` With `yarn install --flat`, which requires manual resolving of conflicts, many extra dups are removed ```...
Due to aggressive deletion of unnecessary files, there are many explicit paths listed in the Dockerfile for deletion . They may not exist as the packages installed dynamically change. At...
I think it would be nice to implement something called "Disposable mode", which simply do this: * Clone the repository * If there's no `.coafile`, run `coala-quickstart` and output the...
Add YAMLLintBear in .coafile and fix .yml file issues raised by coala. See https://github.com/coala/coala-bears/pull/1799 for reference. difficulty/low Opened via [gitter](https://gitter.im/coala/coala/?at=5945cc07cf9c13503c97a445) by @Monal5031
`zypper install` has a `--no-recommends` mode. Without it, [latest master](https://travis-ci.org/coala/docker-coala-base/builds/248531134) shows ``` The following 332 NEW packages are going to be installed: ... The following 4 packages are going to...
we have git for keeping old code, just add a comment referencing to the last commit holding it or so
The following python dependencies are out of date: - [ ] https://software.opensuse.org/package/python3-argcomplete 1.0 vs ~=1.8 - [ ] https://software.opensuse.org/package/python3-pydocstyle 1.1.1 vs ~=2.0 - [ ] https://software.opensuse.org/package/python3-vim-vint 0.3.11 vs ~=0.3.12 -...