Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 505 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 505 Bytes

Blablabber

Features

  • Comment on pull/merge requests with the results of static code analysis.
  • Preview violations in your open merge requests.
  • Review newly added vs removed violations.

Running

  • Run command ./mvnw or mvnw.cmd(Windows) in order to start the application.

  • Go to http://localhost:8080

  • In order to start the application on a different port use the command

    ./mvnw -Dserver.port=<your_server_port>

    Example: ./mvnw -Dserver.port=8081