projects icon indicating copy to clipboard operation
projects copied to clipboard

Project Ideas

Open ksdme opened this issue 6 years ago • 3 comments
trafficstars

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.

ksdme avatar Jan 31 '19 08:01 ksdme

Can we fairly integrate any of them with LSP?

utkarsh2102 avatar Jan 31 '19 10:01 utkarsh2102

@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 avatar Feb 03 '19 12:02 Naveenaidu

@Naveenaidu I think Standardising .coafile syntax for starters using YAML. is something like https://github.com/coala/projects/issues/705.

PrajwalM2212 avatar Feb 03 '19 17:02 PrajwalM2212