Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camel case key names. #21

Open
ezh opened this issue Nov 9, 2013 · 2 comments
Open

Camel case key names. #21

ezh opened this issue Nov 9, 2013 · 2 comments

Comments

@ezh
Copy link

ezh commented Nov 9, 2013

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
Copy link
Member

0xRoch commented Nov 20, 2013

@ezh you mention ? :

val sourceFiles = TaskKey[Seq[File]]("scct-merge-report-source-files")
val merge = TaskKey[File]("scct-merge-report"

@ezh
Copy link
Author

ezh commented Nov 20, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants