diff --git a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml index 662d94aab15c77e8e18256e0e66daf010afabb4d..4fabb1243de4a299e30ec3086dbc4e3ec665c18d 100755 --- a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml @@ -7,6 +7,15 @@ 1.0.5 +
  • + Add rule [Recommended] The total number of lines for a method should not be more than 80. +
  • +
  • + Add rule [Recommended] Avoid using the negation operator '!'. +
  • +
  • + Add rule [Mandatory] When doing date formatting, "y" should be written in lowercase for "year" in a pattern statement +
  • https://github.com/alibaba/p3c/issues/264