Format enforcement

This commit is contained in:
Eugene Yokota 2017-07-25 13:02:24 -04:00
parent d0db2e2dd3
commit c9fc72c610
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ package sbt
import scala.annotation.Annotation
/** An annotation to designate that the annotated entity
/**
* An annotation to designate that the annotated entity
* should not be considered for additional sbt compiler checks.
* These checks ensure that the DSL is predictable and prevents
* users from doing dangerous things at the cost of a stricter