protoc-lint

protobuf linter

License

License

MIT
Categories

Categories

Scala Languages JSON Data
GroupId

GroupId

io.github.scalapb-json
ArtifactId

ArtifactId

protoc-lint_2.13
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

protoc-lint
protobuf linter
Project URL

Project URL

https://github.com/scalapb-json/protoc-lint
Project Organization

Project Organization

io.github.scalapb-json
Source Code Management

Source Code Management

https://github.com/scalapb-json/protoc-lint.git

Download protoc-lint_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.scalapb-json/protoc-lint_2.13/ -->
<dependency>
    <groupId>io.github.scalapb-json</groupId>
    <artifactId>protoc-lint_2.13</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.scalapb-json/protoc-lint_2.13/
implementation 'io.github.scalapb-json:protoc-lint_2.13:0.5.0'
// https://jarcasting.com/artifacts/io.github.scalapb-json/protoc-lint_2.13/
implementation ("io.github.scalapb-json:protoc-lint_2.13:0.5.0")
'io.github.scalapb-json:protoc-lint_2.13:jar:0.5.0'
<dependency org="io.github.scalapb-json" name="protoc-lint_2.13" rev="0.5.0">
  <artifact name="protoc-lint_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.scalapb-json', module='protoc-lint_2.13', version='0.5.0')
)
libraryDependencies += "io.github.scalapb-json" % "protoc-lint_2.13" % "0.5.0"
[io.github.scalapb-json/protoc-lint_2.13 "0.5.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.4
com.thesamet.scalapb : protoc-bridge_2.13 jar 0.9.1
com.google.protobuf : protobuf-java-util jar 3.14.0
io.argonaut : argonaut_2.13 jar 6.3.3

Project Modules

There are no modules declared in this project.

protoc-lint

scaladoc

protobuf linter for https://github.com/thesamet/sbt-protoc

https://developers.google.com/protocol-buffers/docs/style

sbt settings

project/plugins.sbt

libraryDependencies += "io.github.scalapb-json" %% "protoc-lint" % "0.5.0"
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0")

or

// shaded version. you can avoid dependency conflict. only sbt Scala 2.12, sbt 1.x
libraryDependencies += "io.github.scalapb-json" %% "protoc-lint-shaded" % "0.5.0"
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0")

build.sbt

PB.targets in Compile := Seq(
  protoc_lint.ProtocLint() -> (sourceManaged in Compile).value,
  // and add another generator settings (e.g. java, scalapb)
  // see https://github.com/thesamet/sbt-protoc
)
io.github.scalapb-json
Json/Protobuf convertor libraries for ScalaPB

Versions

Version
0.5.0
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3