All Projects → danielnixon → Sbt Ignore Play Generated

danielnixon / Sbt Ignore Play Generated

Licence: other
Configure linters and coverage tools to ignore Play's generated source files.

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Sbt Ignore Play Generated

sbt-sass
A fork of the sbt-sass repository which seems to be abandoned.
Stars: ✭ 32 (+220%)
Mutual labels:  sbt, play-framework, sbt-plugin
Sbt Jacoco
JaCoCo Code Coverage plug-in for sbt.
Stars: ✭ 115 (+1050%)
Mutual labels:  sbt, sbt-plugin, coverage
sbt-ammonite-classpath
Export the classpath for Ammonite and Almond
Stars: ✭ 29 (+190%)
Mutual labels:  sbt, sbt-plugin
sbt-ecr
An SBT plugin for managing Docker images within Amazon ECR.
Stars: ✭ 52 (+420%)
Mutual labels:  sbt, sbt-plugin
java-play-angular-seed
🍁 Java Play 2.7.x + Angular 8 with Angular CLI seed project with full-fledged build process
Stars: ✭ 53 (+430%)
Mutual labels:  sbt, play-framework
sbt-elm
Scala Build Tool (SBT) plugin for the Elm programming language
Stars: ✭ 44 (+340%)
Mutual labels:  sbt, sbt-plugin
play-angular-typescript.g8
A giter8 template for a Play Angular 4 Typescript application
Stars: ✭ 91 (+810%)
Mutual labels:  sbt, play-framework
sbt-hepek
Sbt plugin for rendering Scala objects to files. And more!
Stars: ✭ 17 (+70%)
Mutual labels:  sbt, sbt-plugin
java-play-react-seed
🌀 Java Play 2.7.x + React seed project with full-fledged build process
Stars: ✭ 43 (+330%)
Mutual labels:  sbt, play-framework
Soteria
Plugin to block compilation when unapproved dependencies are used or code styling does not comply.
Stars: ✭ 36 (+260%)
Mutual labels:  sbt, sbt-plugin
sbt-assembly
Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
Stars: ✭ 1,801 (+17910%)
Mutual labels:  sbt, sbt-plugin
Xsbt Web Plugin
Servlet support for sbt
Stars: ✭ 381 (+3710%)
Mutual labels:  sbt, sbt-plugin
sbt-kubeyml
Sbt plugin to help deploy Scala applications to Kubernetes
Stars: ✭ 37 (+270%)
Mutual labels:  sbt, sbt-plugin
sbt-example
Run Scaladoc as unit tests
Stars: ✭ 30 (+200%)
Mutual labels:  sbt, sbt-plugin
Sbt Release
A release plugin for sbt
Stars: ✭ 582 (+5720%)
Mutual labels:  sbt, sbt-plugin
sbt-flaky
Detect flaky tests with sbt
Stars: ✭ 35 (+250%)
Mutual labels:  sbt, sbt-plugin
sbt-jni
SBT Plugin to ease working with JNI
Stars: ✭ 110 (+1000%)
Mutual labels:  sbt, sbt-plugin
Sbt Docker
Create Docker images directly from sbt
Stars: ✭ 689 (+6790%)
Mutual labels:  sbt, sbt-plugin
playwarts
WartRemover warts for Play Framework.
Stars: ✭ 23 (+130%)
Mutual labels:  play-framework, sbt-plugin
chuckwagon
a Scala/sbt AWS Lambda Toolkit
Stars: ✭ 29 (+190%)
Mutual labels:  sbt, sbt-plugin

sbt-ignore-play-generated

Build Status Codacy Badge Maven Central

An SBT plugin that will configure other plugins to ignore Play's generated source files.

Play generates Scala source code based on your routes definitions, which you typically won't want to include in coverage metrics, static analysis (linters), etc. It can be annoying to configure such plugins to exclude Play's generated sources because they each require slightly different configuration. This plugin takes care of it for you.

Usage

Add the following to your plugins.sbt:

addSbtPlugin("org.danielnixon" % "sbt-ignore-play-generated" % "0.1")

If you use any of the supported SBT plugins (below), they will now be configured to ignore Play's generated sources.

Supported plugins

See also

If you're using both Play and WartRemover, you might like PlayWarts.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].