diff options
author | James Moger <james.moger@gitblit.com> | 2013-07-13 10:38:15 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-07-13 10:38:15 -0400 |
commit | a2e9ca209764da5e056ba527709d87b0d0f6b934 (patch) | |
tree | 8c1f531ff09251c7abd45b15685cc021421e17d0 /.checkstyle | |
parent | cc04772888848c754880ed181fcf13c0a658e7ed (diff) | |
download | gitblit-a2e9ca209764da5e056ba527709d87b0d0f6b934.tar.gz gitblit-a2e9ca209764da5e056ba527709d87b0d0f6b934.zip |
Stop Checkstyle from complaining
Diffstat (limited to '.checkstyle')
-rw-r--r-- | .checkstyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.checkstyle b/.checkstyle index d0c93e36..58e2377c 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"> |