Satwik Kansal
Satwik Kansal
Similar to `PackageJSONInfoExtractor` and `GemfileInfoExtractor`
Just an idea that came to my head and maybe we are doing it already but I'm not aware of it. As the main objective of coala-quickstart is to perform...
Directories like `file_globs_ci_testfiles`, `bears_ci_testfiles` and the files inside them can be dynamically generated during running the tests and removed afterward. Not sure if it's a good idea as this won't...
After the implementation of [cEP-0014](https://github.com/coala/cEPs/blob/master/cEP-0014.md), this [list](https://github.com/coala/coala-quickstart/blob/master/coala_quickstart/Constants.py) will act as a collection of "prioritized bears" which always make to list of final selected bears given the corresponding language files exist...
Multiple files with the same name may lead to confusion, given the size of these files is not large, we can combine them into a single file and maybe move...
Currently, some of the tests use the bears from actual `coala-bears` dependency. Since coala-quickstart has `dev` version of `coala-bears` as a dependency, upstream changes to the bears can cause the...
Gruntfile.js can contain some bear specific setting values (like ignore paths and include paths) which we can use in coala-quickstart.
https://gitlab.com/coala/GSoC-2017/issues/201
The Info Extractor classes ([cEP-0009](https://github.com/coala/cEPs/blob/master/cEP-0009.md)) are used to extract information from project files and use that information to our advantage. Currently, in the GSoC project "[Enhance coala-quickstart](http://projects.coala.io/#/projects?project=enhance_coala-quickstart)", the utilization of...
We can have a robust mode for quickstart that essentially activates all the bears based on the languages used in the project and capabilities (not sure to include filtering by...