ソースを参照

1. check style suppression path 수정.

aaron 8 年 前
コミット
7c363396c6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      styleGuide/checkstyle.xml

+ 1 - 1
styleGuide/checkstyle.xml

@@ -5,7 +5,7 @@
 
 <module name="Checker">
     <module name="SuppressionFilter">
-        <property name="file" value="${proj.module.dir}/checkstyle-suppressions.xml"/>
+        <property name="file" value="${proj.module.dir}/styleGuide/checkstyle-suppressions.xml"/>
     </module>
     
     <module name="NewlineAtEndOfFile">