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 2021/06/02 02:25:38 UTC

[GitHub] [openwhisk-utilities] upgle edited a comment on pull request #82: Include php, dotnet, typescript for scancode

upgle edited a comment on pull request #82:
URL: https://github.com/apache/openwhisk-utilities/pull/82#issuecomment-851742251


   Dotnet and PHP runtimes are not passing the test
   I'll update runtimes.
   
   #### openwhisk-runtime-dotnet
   ```
   Reading configuration file [../openwhisk-utilities/scancode/ASF-Release.cfg]...
   Scanning files starting at [.]...
   Scan detected 8 error(s) in 6 file(s):
     [./core/dotnet2.2/proxy/Apache.OpenWhisk.Runtime.Common/Run.cs]:
         85: line has trailing whitespace.
     [./core/dotnet2.2/proxy/Apache.OpenWhisk.Runtime.Common/Startup.cs]:
         34: line has trailing whitespace.
     [./core/dotnet2.2/proxy/Apache.OpenWhisk.Runtime.Dotnet.Minimal/Program.cs]:
         32: line has trailing whitespace.
         43: line contains tabs.
     [./core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Run.cs]:
         85: line has trailing whitespace.
     [./core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Startup.cs]:
         31: line has trailing whitespace.
     [./core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Dotnet.Minimal/Program.cs]:
         32: line has trailing whitespace.
         43: line contains tabs.
   ```
   
   #### openwhisk-runtime-php
   ````
   Reading configuration file [../openwhisk-utilities/scancode/ASF-Release.cfg]...
   Scanning files starting at [.]...
   Scan detected 3 error(s) in 3 file(s):
     [./core/php7.3Action/runner.php]:
          1: file does not include required license header.
     [./core/php7.4Action/runner.php]:
          1: file does not include required license header.
     [./core/php8.0Action/runner.php]:
          1: file does not include required license header.
   
   Scan detected 3 error(s) in 3 file(s):
   ````


-- 
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