projects
projects copied to clipboard
Project Ideas
Here are a couple of interesting ideas I had:
- Standardising .coafile syntax for starters using YAML.
- Build .coafile plugins for major code editors with support for features like autocomplete.
- Building on the above idea, a tool to port specific linter configurations to coala configurations.
- A repository of standard coala linter configurations, probably built using the above tool and running it on standard code repositories.
- A tool like https://goreportcard.com with shields.io integration for badges.
Can we fairly integrate any of them with LSP?
@ksdme
* Standardising .coafile syntax for starters using YAML.
Can you please explain what do you actually mean by standardizing. Do you mean something like a moban, coala uses to maintain standardised code. Or does it mean to provide a YAML file to the users where they can enter their values and the .coafile gets generated automatically?
I was thinking of creating a moban template for .coafile in the coala repository and then they can run moban to apply the templates. Is this what the above point means?
* Building on the above idea, a tool to port specific linter configurations to coala configurations.
Can you please expand on this idea.
@Naveenaidu I think Standardising .coafile syntax for starters using YAML. is something like https://github.com/coala/projects/issues/705.