Different kinds of project files that contain information relevant to coala
The meta-information project files relevant to coala
- Gruntfile.js : #159 (closed)
- Gulpfile.js : #201 (closed)
- .editorconfig : #172 (closed)
- package.json : #167 (closed)
- Gemfile : #167 (closed)
Other kinds of files that may contain relevant information (to be researched more extensively)
- CI: travis.yml, circle.yml
- Makefile, Rakefile
Next steps
- Research in detail about each kind of file.
- Create an issue corresponding to every kind of file discussing the:
- Extractable information
- Possible uses of the extracted information
- Methods of extraction
- Additional comments/ Example usage