Skip to content

Instantly share code, notes, and snippets.

View ko2ic's full-sized avatar

koji ishii ko2ic

  • newspicks
  • Japan
View GitHub Profile
@ko2ic
ko2ic / checkstyle-config.xml
Last active August 29, 2015 14:00
mavenですべての設定ファイルを自動生成させる方法 ref: http://qiita.com/ko2ic/items/39be03afbc6c38c409ea
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle-configurations file-format-version="5.0.0" default-check-configuration="Sun Checks">
<check-configuration name="sa-checkstyle" location="https://raw.githubusercontent.com/ko2ic/java-config/master/sa-checkstyle-5.6-utf8.xml" type="remote" description="">
<additional-data name="cache-file" value="false"/>
</check-configuration>
</checkstyle-configurations>