protoc-lint

protobuf linter

License

License

MIT
Categories

Categories

Scala Languages JSON Data
GroupId

GroupId

io.github.scalapb-json
ArtifactId

ArtifactId

protoc-lint_2.10
Last Version

Last Version

0.2.5
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.10

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.7
com.thesamet.scalapb : protoc-bridge_2.10 jar 0.7.13
com.google.protobuf : protobuf-java-util jar 3.10.0
io.argonaut : argonaut_2.10 jar 6.2.2

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.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0