twitter / scrooge

A Thrift parser/generator
http://twitter.github.io/scrooge/
Apache License 2.0
793 stars 247 forks source link

Fix #341 - add setting to configure root dir importer #345

Closed muuki88 closed 3 years ago

muuki88 commented 3 years ago

Problem

As described in #341 a lot of warnings are generated when using scrooge in projects with sbt sub modules as a root dir importer is always added.

Solution

Add a new setting scroogeThriftIncludeRoot that makes this behaviour configurable. The default behaviour is as it is now.

Result

Users won't see a ton of warnings.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.