importing a checkstyle xml file
I am trying to import the following checkstyle file into the CheckStyle-IDE plugin which I already installed on IntelliJ but it doesn't let me do that ( it gives me errors)
ONOS checkstyle file
I can import it as a CodeStyle config file (Settings-->Editor-->CodeStyle) but not as a CheckStyle config file. When I run mvn clean install on my project, it gives me checkStyle violations but I can't see them. How can I use CheckStyle plugin to see mvn checkstyle violations?
Thanks
链接地址: http://www.djcxy.com/p/96206.html下一篇: 导入一个checkstyle xml文件