mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 17:25:23 +02:00
This commit adds the first version of the checker that will tell users if they are doing something wrong. The first version warns any user that write `.value` inside an if expression. As the test integration is not yet working correctly and messages are swallowed, we have to println to get info from the test.