#!/bin/sh
#
# Copy this file into your .git/hooks folder

set -e

# Checks for Formatting errors
mvn com.coveo:fmt-maven-plugin:check
