sbt-header icon indicating copy to clipboard operation
sbt-header copied to clipboard

sbt-header is an sbt plugin for creating file headers, e.g. copyright headers

Results 35 sbt-header issues
Sort by recently updated
recently updated
newest added

for this kind of ``` /** Copyright (C) 2009-2018 Lightbend Inc. */ package akka.dispatch; import akka.util.Unsafe; import java.util.concurrent.atomic.AtomicReference; ```

Rather than just writing the new header into files, it would be better to "merge" the old and new headers, taking the current year and overall format from the configured...

I'm using the `AutomateHeaderPlugin` to create/update headers with every compile. Given that this always reports all touched filenames in the output leads to additional clutter in log files when running...

It is not possible to use `scala.html` as file extension for selecting Twirl template. `html` does work but will also select plain HTML files.

bug

Yes, this is a Windows issue. :-( It's relatively common on projects to standardize on Unix line endings even when doing development on Windows, mostly for the sanity of all...

At the moment the plugin is based on unmanagedSources which [defaults](http://www.scala-sbt.org/0.13/docs/Howto-Customizing-Paths.html#Include%2Fexclude+files+in+the+source+directory) to `*.scala` and `*.java` only. However the plugin allows us to specify headers by extension. I believe the better...

Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.4.3 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.4.3...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.2.14` to `3.2.18` 📜 [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.18) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.14...release-3.2.18) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

This change allows users to have headers like `My organization ` without altering `organizationName` setting. Defaults to `organizationName` so existent codebases do not break

## About this PR 📦 Updates [org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt) from `2.4.6` to `2.5.2` 📜 [GitHub Release Notes](https://github.com/scalameta/sbt-scalafmt/releases/tag/v2.5.2) - [Version Diff](https://github.com/scalameta/sbt-scalafmt/compare/v2.4.6...v2.5.2) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...