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/20 21:21:36 UTC

[GitHub] rabbah opened a new issue #3315: view functions extracted to source files should be excluded from scancode

rabbah opened a new issue #3315: view functions extracted to source files should be excluded from scancode
URL: https://github.com/apache/incubator-openwhisk/issues/3315
 
 
   @chetanmeh i had run your gradle target at some point and because i also run a git commit hook, the generated files will fail my commit; we should exclude these files from code scan:
   
   ```
   [./tools/dev/build/views/activations-byDate.js]:
          5: file does not end with EOL.
     [./tools/dev/build/views/all-whisks.v2.1.0-all.js]:
          8: line has trailing whitespaces.
         44: file does not end with EOL.
     [./tools/dev/build/views/logCleanup-byDateWithLogs.js]:
         15: file does not end with EOL.
     [./tools/dev/build/views/subjects-identities.js]:
         14: file does not end with EOL.
     [./tools/dev/build/views/whisks.v2.1.0-actions.js]:
         22: file does not end with EOL.
     [./tools/dev/build/views/whisks.v2.1.0-packages-public.js]:
          2: line has trailing whitespaces.
         17: file does not end with EOL.
     [./tools/dev/build/views/whisks.v2.1.0-packages.js]:
         19: file does not end with EOL.
     [./tools/dev/build/views/whisks.v2.1.0-rules.js]:
         12: file does not end with EOL.
     [./tools/dev/build/views/whisks.v2.1.0-triggers.js]:
         20: file does not end with EOL.
   
   ```

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