Skip to content

rokinsky/sbt-bulky-sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-bulky-sources

Scala CI codecov

The plugin shows a list of "large" source files, sorted in descending order by the number of lines.

Usage

<threshold> is an optional unsigned integer specifying the minimum number of lines for files

Compile configuration

sbt show bulkySources <threshold>

Output example:

[info] * (130, .../src/main/scala/../../../A.scala)
[info] * (100, .../src/main/scala/../../../B.scala)

Test configuration

sbt show test:bulkySources <threshold>

Output example:

[info] * (170, .../src/test/scala/../../../Y.scala)
[info] * (110, .../src/test/scala/../../../Z.scala)

Settings

  • bulkyThresholdInLines: Int — a fallback <threshold> value for empty input, default is 100

Installation

The plugin isn't published on any public repository. Stay tuned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages