You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/15 11:03:39 UTC

[GitHub] [pulsar-client-node] massakam opened a new pull request #45: Introduce license-check-and-add module

massakam opened a new pull request #45: Introduce license-check-and-add module
URL: https://github.com/apache/pulsar-client-node/pull/45
 
 
   I introduced `license-check-and-add` module. This module checks if the source files in the repository contain ASF's license header and adds it if not.
   
   Usage:
   ```sh
   $ npm run license:addheader
   
   > pulsar-client@2.4.0-SNAPSHOT license:addheader /home/massakam/github/pulsar-client-node
   > license-check-and-add
   
   Running using exclude exact_paths list
   Running using exclude file type list
   Automatically adding licenses
   Trailing whitespace will not be accepted in checking
   Trailing whitespace will be removed from inserted licenses
   ? All files have licenses.
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services