Hi, all As we discussed about checkstyle, we agreed use Ali code style. <http://mail-archives.apache.org/mod_mbox/dolphinscheduler-dev/202001.mbox/%3Ctencent_6DF620A15E4A57C43A349736CBCD15454907%40qq.com%3E>
I did some effects with this, and there are some problems now: 1. I did't find checkstyle config file for Ali code style, which means we need to create these rules by ourselves. 2. Another possible way is to use PMD, but the PMD implementations has fewer rules than IDEA plugin or Eclipse plugin. For example indent check is not implemented by PMD, which I think is unacceptable. You can see The PDM implementations and rules at <https://github.com/alibaba/p3c/tree/master/p3c-pmd> So, is there anyone can help solve these problems?? Or we have to reconsider Google code style.
