editorconfig / editorconfig.github.com

Configuration file format for defining coding styles in shared projects
http://editorconfig.org
Other
265 stars 42 forks source link

List editorconfig-maven-plugin #82

Closed ppalaga closed 6 years ago

ppalaga commented 6 years ago

@xuhdev could you please list the brand new editorconfig-maven-plugin? The link is http://ec4j.github.io/editorconfig-maven-plugin/ and I am the sole author.

xuhdev commented 6 years ago

Sure. Which section do you think it should be added? Maybe editors? We need a new logo again. Can you help out, @ineptcat and @Pittan? :smile:

ppalaga commented 6 years ago

Which section do you think it should be added? Maybe editors?

Maven is a build tool rather than an editor. editorconfig-maven-plugin helps to detect formatting violations and eventually fix them too. I'd say it falls under a broader category of headless tools. editorconfig-tools npm package [1] seems to do the same thing.

If you do not want to introduce the "headless tools" category for now, I do not mind editorconfig-maven-plugin to be listed under editors.

https://www.npmjs.com/package/editorconfig-tools

Pittan commented 6 years ago

@xuhdev Sure :) @ppalaga> Is there any logos?

ppalaga commented 6 years ago

Is there any logos?

If you mean Maven logo, this is I think, the most recent one http://maven.apache.org/images/maven-logo-black-on-white.png editorconfig-maven-plugin has no logo.

xuhdev commented 6 years ago

@Pittan Thanks! @ppalaga Actually, why not extract the checking and enforcing code in the plugin, so we can use it elsewhere? And I also agree that this is not a traditional editor plugin. I think we can add a headless tool section.

ppalaga commented 6 years ago

why not extract the checking and enforcing code

I am about do that so that I can re-use it in a Gradle plugin

Pittan commented 6 years ago

How do I add Maven logo? Should I add a image only?

xuhdev commented 6 years ago

@Pittan Awesome! For your convenience, you can just upload the logo here in png format :)

xuhdev commented 6 years ago

@Pittan Or, if you like, you can make a PR directly

Pittan commented 6 years ago

@ppalaga I made a PR 😀

xuhdev commented 6 years ago

Solved in 477a7accd843c7a04bd07c1d97887a7b67299af8 , thank you all for the Maven plugin @ppalaga and for the logo @Pittan !