-
Notifications
You must be signed in to change notification settings - Fork 14
quick start
Jack Chu edited this page Sep 28, 2023
·
2 revisions
- git clone https://github.com/godfather1103/p3c.git
- import idea-plugin project,this is a gradle project
- create class extends AbstractAliRule in idea-plugin/p3c-pmd module,write rule
- add rule to idea-plugin/p3c-common/src/main/resources/rulesets/java/ali-pmd.xml
- repackage plugin
rule: If the name of a class contains HelloWord, the class must have a method called helloword.