Skip to content

Commit

Permalink
fix: jfr parser checkstyle excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengziyi committed Nov 17, 2024
1 parent 6b707eb commit e4cb5c9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<skip>true</skip>
<excludes>
**\/JFRConverter.java,**\/Frame.java,**\/Arguments.java,**\/Index.java,**\/Classifier.java,**\/CallStack.java
</excludes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit e4cb5c9

Please sign in to comment.