From a0831dca3c087658a689bae102e2040a90c48d2e Mon Sep 17 00:00:00 2001
From: Luca Milanesio <luca.milanesio@gmail.com>
Date: Fri, 08 Nov 2013 10:53:52 -0500
Subject: [PATCH] Allows the home root link top-left anchor to be customised.

---
 .checkstyle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.checkstyle b/.checkstyle
index d0c93e3..58e2377 100644
--- a/.checkstyle
+++ b/.checkstyle
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
-  <local-check-config name="Gitblit" location="checkstyle.xml" type="project" description="">
+  <local-check-config name="Gitblit" location="src/main/config/checkstyle.xml" type="project" description="">
     <additional-data name="protect-config-file" value="false"/>
   </local-check-config>
   <fileset name="all" enabled="true" check-config-name="Gitblit" local="true">

--
Gitblit v1.9.1