jbampton commented on pull request #3624:
URL: https://github.com/apache/apisix/pull/3624#issuecomment-816041273


   Hey @moonming I got an update for you 👍 
   
   Apache Airflow uses a best in class `pre-commit` framework where they even 
have checks that automatically insert missing Apache Licenses on `git commit`.  
So when this happens the `license check` or `checks` fail as `red` and the 
commit fails and then you need to do another commit with these new additions.
   
   If you look from around line 33 to line 143 in the Airflow 
`.pre-commit-config.yaml` file you will see all the license code for all the 
different file types. Some file types are grouped togethor as they have the 
same `comment` syntax.
   
   
https://github.com/apache/airflow/blob/566127308f283e2eff29e8a7fbfb01f17a1cd18a/.pre-commit-config.yaml#L33


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to