You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/21 04:19:59 UTC

[GitHub] rabbah commented on issue #3315: view functions extracted to source files should be excluded from scancode

rabbah commented on issue #3315: view functions extracted to source files should be excluded from scancode
URL: https://github.com/apache/incubator-openwhisk/issues/3315#issuecomment-367208889
 
 
   ```
         info/            objects/         refs/
   rr [pr-3310] openwhisk> cat .git/hooks/pre-commit
   #!/usr/bin/env bash
   
   set -e
   
   # format all scala soruce
   echo "formatting scala source"
   $OPENWHISK_HOME/tools/git/pre-commit-scalafmt-native.sh
   
   # scan all other files for conformance
   python $OPENWHISK_HOME/../incubator-openwhisk-utilities/scancode/scanCode.py .
   ```

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


With regards,
Apache Git Services