ProtocLint

protoc_lint.ProtocLint
case class ProtocLint(exclude: LintError => Boolean, logger: String => Unit) extends ProtocCodeGenerator

Attributes

Source
ProtocLint.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ProtocCodeGenerator
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def run(req: Array[Byte]): Array[Byte]

Attributes

Definition Classes
ProtocCodeGenerator
Source
ProtocLint.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def suggestedDependencies: Seq[Artifact]

Attributes

Inherited from:
ProtocCodeGenerator
Source
ProtocCodeGenerator.scala