jiazhai opened a new pull request #3674: Fix license exclude for local license check URL: https://github.com/apache/pulsar/pull/3674 ### Motivation when run `mvn clean license:check` for pulsar, some check is not passed. This change try to fix the issue. ### Modifications - add exclude rule for auto generated files, - exclude type `.avsc`, put types of file together, - fix `**/.idea/**` ### Verifying this change ` mvn clean license:check` runs success.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
