ihji / sbt-antlr4

Antlr4 plugin for sbt 1.1+ and 0.13.x
57 stars 35 forks source link

Provide argument to antlr to treat warnings as error #21

Closed dilipbiswal closed 5 years ago

dilipbiswal commented 5 years ago

Provide an option to users to instruct antlr to treat warnings as errors when generating the parser.

dilipbiswal commented 5 years ago

@ihji Hello, I have attempted to provide this option. This is on top of sbt-1.0. I will create another PR which is on top of sbt-013. In our project we use sbt-013. So it would be great, if we can have this plugin available for both sbt-1.0 and sbt-013. Thanks a lot in advance for your help.

ihji commented 5 years ago

LGTM. Thanks!