Просмотр исходного кода

1. check style suppression path 수정.

aaron 8 лет назад
Родитель
Сommit
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">