Scala formatter setup

Setup Scalafmt and run the first code formatting.
Formatting will automatically triggered on compilation.

Change-Id: I38e587192324a593588cd6e912db553ac9a67794
9 files changed
tree: 0c1bb848f403ca9880f9a896f42014afdcbf2e1a
  1. project/
  2. src/
  3. .gitignore
  4. .scalafmt.conf
  5. build.sbt
  6. LICENSE
  7. README.md
README.md

analytics-wizard

Wizard to provision a new GerritAnalytics stack

Setup

this plugin is being developed against gerrit master (2.16), thus it relies on gerrit-plugin-api-2.16-SNAPSHOT

In order to make gerrit-plugin-api-2.16-SNAPSHOT available locally you can run the following from a gerrit checkout dir:

./tools/maven/api.sh install