#!/bin/bash

# #### config ####
# if severity classes were chanced you must run 'cs-install' again
# standard severity class they must be fulfilled to be able to commit
SEVERITY=5
# intensive severity class they must not be fulfilled to be able to commit,
# but you are able to check your code with additional coding standards
SEVERITY_INTENSIVE=3
# checkt filetypes
FILETYPES=php
# path to the Erfurt Coding Standard
CSPATH=Standards/Erfurt
