stevedlawrence commented on a change in pull request #486:
URL: https://github.com/apache/incubator-daffodil/pull/486#discussion_r568750212



##########
File path: build.sbt
##########
@@ -15,6 +15,11 @@
  * limitations under the License.
  */
 
+// quiet errant sbt linter warnings about unused sbt settings

Review comment:
       Newer versions of sbt adding some built-in linter to validate sbt 
configurations (likely because it's so hard to know if sbt is doing the right 
thing). WIthout this it complains the ``classpathTransformerFactories`` aren't 
actually used. They are clearly being used (the .classpath files do have the 
correct macro lib dependency), so I think this is just a case where the linter 
can't check something correctly. It ends up spitting out a bunch of noise, and 
reccomends this as the solution to quiet it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to