sqality / sbt-scct

sbt integration to scct
http://github.com/SCCT
8 stars 12 forks source link

Camel case key names. #21

Open ezh opened 10 years ago

ezh commented 10 years ago

From SBT release announce The convention for keys is now camelCase only.

So I suggest to rename keys and configuration. Camel case supported by 0.11, 0.12

http://www.scala-sbt.org/0.13.0/docs/Community/ChangeSummary_0.13.0.html

0xRoch commented 10 years ago

@ezh you mention ? :

val sourceFiles = TaskKey[Seq[File]]("scct-merge-report-source-files")
val merge = TaskKey[File]("scct-merge-report"
ezh commented 10 years ago

scct-merge-report-source-files -> scctMergeReportSourceFiles. Right now SBT 0.13 makes such conversion by default.