Kanro

Results 69 comments of Kanro

See this PR #205 , It make this plugin to support full retagging Before retagging, you should give a task name to your tag, like this ``` TASK_NAME@REPOSITORY/IMAGE:TAG ```

See this PR #205 , and use `dockerTagsPush` task to push taged image only, `dockerAllPush` task to push all

See this PR #205 , and use `dockerTagPush` task to push taged image only, `dockerAllPush` task to push all

I will check it in this weekend.

I make those inspections by annotator, I need to refactor those inspections by `LocalInspectionTool`, it will take some time to do this.

@dselans All code of name inspections in [ProtobufAnnotator.kt#L75](https://github.com/devkanro/intellij-protobuf-plugin/blob/main/src/main/kotlin/io/kanro/idea/plugin/protobuf/lang/annotator/ProtobufAnnotator.kt#L75). You can clone this repo, comment those code, and build the plugin.

> Note that some languages (including C++) hoist enum values into the parent namespace, which can result in conflicts for enums with the same values in the same proto package....

Separate tool can't provide quick fix advice (fix one file/ fix one line). I think it's worth integrating lint functionality into language plugins for smarter quick fixes. This plugin is...

The `deb` package is packaged by compose desktop plugin, I have no knowledge about how it works with linux. This issue maybe can provide some information for you. - JetBrains/compose-jb#596