This is an automated email from the ASF dual-hosted git repository.

pengys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f76ff2  add optional-plugins into ImportControl check list (#3061)
8f76ff2 is described below

commit 8f76ff2fe61de5225352a3af7553c34d791a26d3
Author: Daming <[email protected]>
AuthorDate: Fri Jul 12 19:24:51 2019 +0800

    add optional-plugins into ImportControl check list (#3061)
---
 apm-checkstyle/checkStyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-checkstyle/checkStyle.xml b/apm-checkstyle/checkStyle.xml
index b1dda82..6d868ca 100644
--- a/apm-checkstyle/checkStyle.xml
+++ b/apm-checkstyle/checkStyle.xml
@@ -107,7 +107,7 @@
 
         <module name="ImportControl">
             <property name="file" value="apm-checkstyle/importControl.xml" />
-            <property name="path" 
value="apm-sniffer/apm-sdk-plugin/.+/src/main/.+Instrumentation.java$" />
+            <property name="path" 
value="apm-sniffer/(apm-sdk-plugin|optional-plugins)/.+/src/main/.+Instrumentation.java$"
 />
         </module>
     </module>
 </module>

Reply via email to